﻿.viewer {
    -ms-touch-action: none;
}
.viewer img {
    image-orientation: from-image;
}
.iviewer_common {
    position:absolute;
    bottom:30px;
    height: 28px;
    z-index: 10;
      border: solid 1px #E8E8E8;
}

.iviewer_cursor {
    cursor: url(/images/hand.cur), move;
}

.iviewer_drag_cursor {
    cursor: url(/images/grab.cur), move;
}

.iviewer_button {
    width: 28px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    right: 150px;
    background: url(/images/iviewer.zoom_in.gif) center center no-repeat;
}

.iviewer_zoom_out {
    right: 80px;
    background: url(/images/iviewer.zoom_out.gif) center center no-repeat;
}

.iviewer_zoom_zero {
    right: 220px;
    background: url(/images/iviewer.zoom_zero.gif) center center no-repeat;
}

.iviewer_zoom_fit {
    right:185px;
    background: url(/images/iviewer.zoom_fit.gif) center center no-repeat;
}

.iviewer_zoom_status {
    right: 115px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 30px;
    border:1px solid #000
}

.iviewer_rotate_left {
    right: 45px;
    background: #fff url(/images/iviewer.rotate_left.png) center center no-repeat;
}

.iviewer_rotate_right {
    right:  10px;
    background: #fff url(/images/iviewer.rotate_right.png) center center no-repeat;
}
