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

.iviewer_cursor {
    cursor: url(img/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url(img/grab.cur) 6 8, pointer;
}

.iviewer_button {
    width: 32px;
	height:32px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
	background-color:#fff !important;
	padding:5px;
	border-radius: 10px;
}

.iviewer_button:hover {
	background-color:#bbb !important;
}

.iviewer_zoom_in {
    left: 10px;
    background: url(img/in.png) no-repeat 5px 5px;
}

.iviewer_zoom_out {
    left: 60px;
    background: url(img/out.png) no-repeat 5px 5px;
}

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

.iviewer_zoom_fit {
    left: 110px;
    background: url(img/size.png) no-repeat 5px 5px;
}

.iviewer_zoom_status {
    left: 160px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}

.iviewer_rotate_left {
    left: 227px;
    background: #fff url(img/iviewer.rotate_left.png) center center no-repeat;
}

.iviewer_rotate_right {
    left: 262px;
    background: #fff url(img/iviewer.rotate_right.png) center center no-repeat;
}
.iviewer_loading {
background: #fff url(ajax-loading.gif) center center no-repeat;
}
