#viewer2
{
	/*width: 600px;*/
}

.iviewer_zoom_zero
{
	display: none;
}

.iviewer_zoom_fit
{
	display: none;
}


.wrapper
{
	overflow: hidden;
}

.viewer
{
	
}

.iviewer_common {
    position:absolute;
  
    border: 1px  solid #CCC;
    height: 28px;
    z-index: 5000;
}

.iviewer_cursor img {
    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 {
    right: 10px;
    background-image: url(img/iviewer.zoom_in.png);
    bottom: 10px;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    border: 0px;
}

.iviewer_zoom_out {
    right: 35px;
    bottom: 10px;
    background-image: url(img/iviewer.zoom_out.png);
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    border:0px;
}

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

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

.iviewer_zoom_status {
    right: 10px;
    font-size: 14px; 
    line-height: 28px;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
    top: 10px;
    display: none;
}

    .iviewer_close_me{
    left: 10px;
    top: 10px;
    background: url(img/iviewer.close_me.gif);
    display: none;
    
    }
    
    
    