
	#mainContainer{
		margin:0 auto;
		width:665px;
		text-align:left;
		border:0px solid #317082;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLdiapo_panel_one{	/* Width of divs for thumbnails */
		width:635px;
		margin:10px auto;
		border:0px solid #ff0000;
	}

	#DHTMLdiapo_thumbs{
		overflow:hidden;	/* Don't change this */
		height:90px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		width:600px;
		float:left;
		margin-left:2px;
		border:0px solid #fff;
		
	}
	
	#DHTMLdiapo_thumbs .strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:600px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;
		background-color:#becf8b;
		
	}


	#DHTMLdiapo_thumbs .strip_of_thumbnails a{
		 text-decoration:none;		
	}
	
	#DHTMLdiapo_thumbs .strip_of_thumbnails img{
		margin: 5px 0 5px 0; border:1px solid #fff		
	}
	
	#DHTMLdiapo_thumbs .strip_of_thumbnails .activeImage{	/* Active thumbnail */
		margin: 5px 0 5px 0; border:1px solid #fff		
	
	}	
	
	* html #DHTMLdiapo_largeImage {
		height:200px;	/* Height of large image div */
		/*--------------------  HACK HAUTEUR IE -------------------- */		
	}
	#DHTMLdiapo_largeImage{	/* Large image div */
		width:665px;	/* Width of large image div */
		float:left;
		/*padding-left:10px;	/* "Air" */
		/*padding-right:10px;	*/
	}
	#DHTMLdiapo_largeImage img{	/* Large image */
		border:0px solid #fff;	/* Border around large image */
		margin:0px auto;
	}
	

	.leftArrow{
		float:left; margin:0px auto;
	}
	.rightArrow{
		float:right; margin:0px auto;
	}
	#DHTMLdiapo_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	