<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iviewer_common {
    
    bottom:10px;
    /*border: 1px  solid #000;*/
    height: 28px;
    z-index: 0;
}

.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 {
    right: 20px;
    background: url(img/iviewer.zoom_in.png) no-repeat;
}

.iviewer_zoom_out {
    right: 55px;
    background: url(img/iviewer.zoom_out.png) no-repeat;
}

.iviewer_zoom_zero {
    right: 90px;
    background: url(img/iviewer.zoom_fit.png) no-repeat;
}

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

.iviewer_zoom_status {
    left: 160px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
	display:none;
}
</pre></body></html>