.iviewer_common {
    position:absolute;
    bottom:10px;
    border: 1px  solid #000;
    height: 28px;

}

.iviewer_cursor {
    cursor: auto;
}

.iviewer_drag_cursor {
    cursor: auto;
}

.iviewer_button {
    width: 15px;
    height:15px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    left: 5px;
    background: url(../images/iviewer.zoom_in.gif);
}

.iviewer_zoom_out {
    /*left: 110px;*/
    left: 30px;
    background: url(../images/iviewer.zoom_out.gif);
}

.iviewer_zoom_zero {
    left: 295px;
    background: url(../images/iviewer.zoom_zero.gif);
}

.iviewer_zoom_fit {
    left: 270px;
    background: url(../images/iviewer.zoom_fit.gif);
}

.iviewer_zoom_status 
{
    display:none;
    left: 41px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}
