.viewer {
    -ms-touch-action: none;
	width: 100%;
	height: 460px;
	border: 1px solid #ccc;
	position: relative;
	background:#fff;
}

.iviewer_common {
    position:absolute;
    bottom:15px;
    border: 1px  solid #000;
    height: 30px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: url(/images/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url(/images/grab.cur) 6 8, pointer;
}

.iviewer_button {
    width: 31px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    left: 20px;
    width: 30px;
    background: url(/images/iviewer.zoom_in.gif);
}

.iviewer_zoom_out {
    left: 58px;
    width: 30px;
    background: url(/images/iviewer.zoom_out.gif);
}

.iviewer_zoom_zero {
    left: 96px;
    width: 30px;
    background: url(/images/iviewer.zoom_zero.gif);
}

.iviewer_zoom_fit {
    left: 134px;
    background: url(/images/iviewer.zoom_fit.gif);
}

.iviewer_zoom_status {
    left: 172px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}

.iviewer_rotate_left {
    left: 227px;
    background: #fff url(/images/iviewer.rotate_left.png) center center no-repeat;
	display:none;
}

.iviewer_rotate_right {
    left: 262px;
    background: #fff url(/images/iviewer.rotate_right.png) center center no-repeat;
	display:none;
}
