.viewer {
    -ms-touch-action: none;
}

.iviewer_common {
    position:absolute;
	top:2px;
    height: 25px;
    z-index: 5000;
	background:url(../images/toolsico.gif) no-repeat;
}

.iviewer_cursor {
    cursor: url(img/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url(img/grab.cur) 6 8, pointer;
}

.iviewer_button {
    width: 25px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    right: 125px;
     background-position:0px 0px;
}
.iviewer_zoom_out {
    right: 90px;
    background-position:-28px 0px;
}

.iviewer_zoom_zero {
    right: 55px;
   background-position:0px -24px ;
}

.iviewer_zoom_fit {
    right: 20px;
   background-position:-28px -24px;
}

.iviewer_zoom_status {
    left: 160px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
	display:none;
}

.iviewer_rotate_left {
    left: 227px;
	display:none;
}

.iviewer_rotate_right {
    left: 262px;
	display:none;
}