.iviewer_common {
    position:absolute;
    bottom:10px;
    border: 1px  solid #000;
    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/Zoom-In-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.iviewer_zoom_out {
    left: 55px;
    background: url(../images/Zoom-Out-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}


.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;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}

.iviewer_fullScreen {
	left: 227px;
	background: url(../images/arrow_expand.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

 .viewer
 {
     width: 100%;
     height: 500px;
     border: 1px solid black;
     position: relative;
 }
 
 .wrapper
 {
     overflow: hidden;
 }

