.iviewer_common {
    position:absolute;
    bottom:10px;
    height: 28px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: move;
}

.iviewer_drag_cursor {
    cursor: move;
}

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

.iviewer_zoom_in, .iviewer_zoom_out, .iviewer_zoom_zero, .iviewer_zoom_fit {
	background-image: url("/images/zoom.png");
	background-repeat: no-repeat;
	bottom: 2px;
}

.iviewer_zoom_in {
	background-position: 0 0;
    left: 0px;
}

.iviewer_zoom_out {
	background-position: 0 -31px;
    left: 35px;
}

.iviewer_zoom_zero {
	background-position: 0 -62px;
    left: 70px;
}

.iviewer_zoom_fit {
	background-position: 0 -94px;
    left: 105px;
}

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

