/* CSS Document */
/* --------------------------------------------------------------------------------------------- Zone de visualisation */
	#previewPane {
		position:relative;
		background:url(../../images/elements/dotted_horizontal.gif) no-repeat bottom left;
		padding:15px 0 10px 0;
		font-size:0.9em
	}
	#previewPane img {
		display:block;
		margin:0 auto
	}
	#previewPane span.legende {
		color:#cf6737;
		padding:0 0 0 10px
	}
	#previewPane p {padding:0 0 0 10px}
/* --------------------------------------------------------------------------------------------- Choix d'images */
	#galleryContainer{
		height:78px;
		position:relative;
		overflow:hidden;
		margin:0 1px 0 0;
		background:url(../../images/elements/dotted_horizontal.gif) no-repeat bottom left
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		cursor:pointer
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		cursor:pointer;
		border-left:solid 10px #fff
	}
	#theImages{
		position:absolute;
		left:40px;
		width:100000px;
		padding:20px 0 0 0
	}
	#theImages #slideEnd{float:left}
	#theImages img{
		float:left;
		padding:1px;
		filter:alpha(opacity=50);
		opacity:0.5;
		cursor:pointer;
		margin:0 15px 0 0
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	#theImages .imageCaption{display:none}
