
	#dhtmlgoodies_slideshow{
		width:760px;	/* Total width of slideshow */
		margin:0px auto 0;
		padding: 0px;



	}
	
	#previewPane{
		border:1px solid #FFFFFF;
		width: 757px;
		margin: 0px auto 0;	
		padding:0px;
		text-align:center;
		vertical-align:top;
		position:relative;
		/* CSS HACK */
		height: 497px;	/* IE 5.x */
		height/* */:/**/497px;	/* Other browsers */
		height: /**/497px;
		background-image:url(images/background/carree.png)!important;
		background-image:url(images/background/carree.gif);
		background-repeat:no-repeat;
		margin-bottom:10px;

	
				
	}
	#previewPane img{
		line-height:600px;
		display:none;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		margin-top:0px;
		height:78px;	/* Height of the images + 2 */
		border:0px solid white;
		position:relative;
		overflow:hidden;
		padding-bottom:2px;
		padding-left:5px;
		padding-right:5px;
		/* CSS HACK */
		height: 78px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/78px;	/* Other browsers */
		height: /**/78px;
				
	}
	
	
	
	#arrow_left{
		position:absolute;
		left:-0px;
		z-index:10;
		width:70px;
		height:74px;
		border:0px solid red;
		margin-left:-50px;
		background-image:url(images/fleche-gauche.jpg);
		background-position: -1px 0px;
		
	}
	
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		width:70px;
		height:74px;
		border:0px solid red;
		padding:0px;	
		margin-right:-50px;	
		background-image:url(images/fleche-droite.jpg);
		background-repeat:no-repeat;
	}
	
	#theImages{

		position:absolute;
		height:auto;
		overflow:hidden;
		left:20px;
		right:0px;
		width:10000px;
		border:0px solid #FFFFFF;
		

	}
	
	
	#theImages #slideEnd{
		float:left;
		border:0px solid red;
		margin-left:-60px;
		
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:1px solid #ffffff;
		margin-left:2px;
		margin-right:2px;
		
	
	}
	
	#theImages img:hover{
		
		display:block;
		width:71px;
		height:71px;
		background-image:url(images/cliquez.gif);
		background-repeat:no-repeat;
		border:1px solid #544F4B;
		filter: alpha(opacity=50);
		opacity: 0.5;
		
	}
	
		
	#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;	
	}
	
	.imageCaption{

		margin:0px auto 0;
		padding:0;
		display:none;
		width: 800px
		height: 800px;
	
	}

	

