.viewer {
    -ms-touch-action: none;
}
.viewer img {
    image-orientation: from-image;
}
.iviewer_common {
    position:absolute;
    bottom:10px;
    /*right: 300px;*/
    /*border: 1px  solid #000;*/
    height: 40px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: move;
    cursor: url(img/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url(img/grab.cur) 6 8, pointer;
}

.iviewer_button {
    width: 40px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    left: 20px;
    background: url(../../upload/zoom-in.png) center center no-repeat;
}

.iviewer_zoom_out {
    left: 65px;
    background: url(../../upload/zoom-out.png) center center no-repeat;
}

.iviewer_zoom_zero {
    left: 90px;
    background: url(img/iviewer.zoom_zero.gif) center center no-repeat;
     display: none;
}

.iviewer_zoom_fit {
    left: 125px;
    background: url(img/iviewer.zoom_fit.gif) center center no-repeat;
     /*display: none;*/
}


.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;
    background: #fff url(img/iviewer.rotate_left.png) center center no-repeat;
    display: none;
}

.iviewer_rotate_right {
    left: 262px;
    background: #fff url(img/iviewer.rotate_right.png) center center no-repeat;
    display: none;
}