.viewer {
    -ms-touch-action: none;
}
.iviewer_common {
    position: absolute;
    
    height: 22px;
    z-index: 5000;
}
.iviewer_cursor {
    cursor: url(hand.cur) 6 8, pointer;
}
.iviewer_drag_cursor {
    cursor: url(grab.cur) 6 8, pointer;
}
.iviewer_button {
    width: 52px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}
.iviewer_zoom_in {
    left: 13px;
    background: url(../images/common/ico_zoom_out.gif);
	bottom: 84px;
}
.iviewer_zoom_out {
    left: 13px;
    background: url(../images/common/ico_zoom_in.gif);
	bottom: 49px;
}
.iviewer_zoom_fit {
    left: 13px;
    background: url(../images/common/ico_back.gif);
	bottom: 15px;
}
.iviewer_zoom_status {
    left: 160px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}
.viewer {
	height: 512px;
	border: 1px solid #dedee0;
	position: relative;
	margin-bottom: 23px;
	background:#FFF;
}
.pkg_section {
	overflow: hidden;
}
.pkg_section .thumb {
	text-align: center;
	margin: auto;
	border: 1px solid #dedee0;
	background: #f2f2f2;
	padding:22px 10px 15px 10px;
}
.pkg_section .thumb ul {
	text-align: center;
}
.pkg_section .thumb ul li {
	display: inline-block;
	/*display: inline;*/
	/zoom: 1;
	margin: 0 17px;
	list-style:none;
}



.pkg_section .thumb02 {
	text-align: center;
	margin: auto;
	border: 1px solid #dedee0;
	background: #f2f2f2;
	padding: 12px 10px 15px 10px;
}
.pkg_section .thumb02 ul {
	text-align: center;
}
.pkg_section .thumb02 ul li {
	display: inline-block;
	/*display: inline;*/
	/zoom: 1;
	margin: 0 15px;
	list-style:none;
}


.iviewer_zoom_status,
.iviewer_rotate_left,
.iviewer_rotate_right,
.iviewer_zoom_zero {
	display: none;
}