.iviewer_common {
    position:absolute;
    top:10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    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(../images/iviewer.zoom_in.gif);
}

.iviewer_zoom_out {
    left: 55px;
    background: url(../images/iviewer.zoom_out.gif);
}

.iviewer_zoom_zero {
    left: 90px;
    background: url(../images/iviewer.zoom_zero.gif);
}

.iviewer_zoom_fit {
    left: 125px;
    background: url(../images/iviewer.zoom_fit.gif);
}

.iviewer_zoom_status {
    left: 160px;
	display: none;
   
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}
