.viewer { -ms-touch-action: none; }

.iviewer_common {
    border: 1px solid #000;
    bottom: 10px;
    height: 28px;
    position: absolute;
    z-index: 5000;
}

.iviewer_cursor { cursor: url(img/hand.cur) 6 8, pointer; }

.iviewer_drag_cursor { cursor: url(img/grab.cur) 6 8, pointer; }

.iviewer_button {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 28px;
}

.iviewer_zoom_in {
    background: url(img/iviewer.zoom_in.gif) center center no-repeat;
    left: 20px;
}

.iviewer_zoom_out {
    background: url(img/iviewer.zoom_out.gif) center center no-repeat;
    left: 55px;
}

.iviewer_zoom_zero {
    background: url(img/iviewer.zoom_zero.gif) center center no-repeat;
    left: 90px;
}

.iviewer_zoom_fit {
    background: url(img/iviewer.zoom_fit.gif) center center no-repeat;
    left: 125px;
}

.iviewer_zoom_status {
    background-color: #fff;
    color: #000;
    font: 1em/28px Sans;
    left: 160px;
    text-align: center;
    width: 60px;
}

.iviewer_rotate_left {
    background: #fff url(img/iviewer.rotate_left.png) center center no-repeat;
    left: 227px;
}

.iviewer_rotate_right {
    background: #fff url(img/iviewer.rotate_right.png) center center no-repeat;
    left: 262px;
}