#qdl_slideshow {
	margin-left: auto;
	margin-right: auto;
	width:430px;	/* largeur totale du diaporama */
}
#previewPane {
	border:1px solid #CCC;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	/* CSS HACK */
		height: 356px;	/* IE 5.x */
	height/* */:/**/344px;	/* autres browsers */
	height: /**/344px;
}
#previewPane img {
	line-height:400px;
}
#galleryContainer {
	height:80px;	/* hauteur des images + 2 */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
		height: 82px;	/* IE 5.x - 2 pixels en plus pour les bordures gauche et droite */
	height/* */:/**/80px;	/* autres browsers */
	height: /**/80px;
}
#arrow_left {
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}
#arrow_right {
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}
#theImages {
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
}
#theImages #slideEnd {
	float:left;
}
#theImages img {
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}
#waitMessage {
	display:none!important;
	position:absolute;
	left:200px;
	top:150px;
}

.titre {
	margin:20px auto 8px auto;
	width: 70%;
	text-align: center;
	font-size:110%;
	color:#963;
}
