.iviewer_common {
    position:absolute;
    bottom:10px;
    border: 1px  solid #999;
    height: 30px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: -moz-grab;
}

.iviewer_drag_cursor {
    cursor: -moz-grabbing;
}

.iviewer_button {
    width: 30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    left: 210px;
    background: url(iviewer.zoom_in.gif);
}

.iviewer_zoom_out {
    left: 245px;
    background: url(iviewer.zoom_out.gif);
}

.iviewer_zoom_zero {
    left: 280px;
    background: url(iviewer.zoom_zero.gif);
}

.iviewer_zoom_fit {
    left: 315px;
    background: url(iviewer.zoom_fit.gif);
}

.iviewer_zoom_status {
    left: 350px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}


/**/
#viewer{ height:600px;}
   .viewer img{max-width: inherit;}
    .viewer
    {
        width: 100%;
        height: 550px;
        position: relative;
    }
    
    .wrapper
    {
        overflow: hidden;
    }
	#control{ position:relative;margin: 25px 0 10px 100px;height:30px}