#dhtmldiapo {
	width: 513px;
	height: 342px;

}

#previewPane {
	min-height: 342px;
	max-height: 426px;
	width: 513px;
	margin-bottom: 10px;
	background: url(../_img/projets_soutenus/loadinfo.gif) center center no-repeat;
}
#waitMessage {
	display: none;
}	

#theImages {	/* DIV where the images are located */
	position: relative;
	overflow: hidden;
	height: 56px;/* Height of boxes for the images */
	width: auto;
}

#theImages a {
	position: relative;
	display: block;
	height: 56px;width: 67px;
	float: right;
	margin-left: 1px;
}

#theImages img {
	position: absolute;
	height: 56px;width: 67px;
	border: 0px;
	font-size: 0px;
	overflow: hidden;
}
