.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(img/iviewer.zoom_in.gif);
}

.iviewer_zoom_out {
    left: 55px;
    background: url(img/iviewer.zoom_out.gif);
}

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

.iviewer_zoom_fit {
    left: 125px;
    background: url(img/iviewer.zoom_fit.gif);
}
#imageListe {
	width:146px;
	margin-left:400px;
}
.petitImage {
	width:60px;
	height:60px;
	margin-bottom:10px;
	margin-left:10px;
	border:1px dashed #000;
	float:left;
}
.petitImage img {
	
}
.iviewer_zoom_status {
	left: 160px;
	font: 1em/28px Sans;
	color: #000;
	background-color: #fff;
	text-align: center;
	width: 60px;
}

.imagePrincipale {
	width:400px;
	height:300px;
	overflow:hidden;
	border: 1px dashed black;
	float:left;
	position:relative;

}
#imageClean {
	clear:both;
	height:10px;
}