.iviewer_common {
    position:absolute;
    bottom:10px;
    border: 1px  solid #000;
    height: 28px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: -moz-grab;
}

.iviewer_drag_cursor {
    cursor: -moz-grabbing;
}

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

.iviewer_zoom_in {
    left: 20px;
    background: url(img/iviewer.zoom_in.png) #202020;
}

.iviewer_zoom_out {
    left: 55px;
    background: url(img/iviewer.zoom_out.png) #202020;
}

.iviewer_zoom_zero {
    left: 90px;
    background: url(img/iviewer.zoom_zero.png) #202020;
}

.iviewer_zoom_fit {
    left: 125px;
    background: url(img/iviewer.zoom_fit.png) #202020;
}

.iviewer_zoom_status {
    left: 160px;
    color: #24909D;
    background-color: #202020;
    text-align: center;
    width: 60px;
}
