#mainContainer{
	margin:0 auto 10px 10px;
	text-align:left;
	margin-top:52px;
	background-color:#fcd68b;
	width:612px;
	height:400px;
	border:1px solid #ffb422;
	margin-bottom:20px;
}
.clear{
	clear:both;
}
/* End of demo CSS */
#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width:120px;

}
#DHTMLgoodies_panel_one{
	float:left;
}
#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:350px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
}
#DHTMLgoodies_largeImage /*.image_grand_format*/{
	width:320px;	/* Width of large image div */
	float:left;
}
#DHTMLgoodies_largeImage .image_grand_format{
	width:100%;	/* Width of large image div */
	height:100%;	/* Height of large image div */
	float:left;
	padding-right:10px;
	text-align:center;
}
#DHTMLgoodies_largeImage .image_grand_format img{
	margin-top:7px;
	margin-bottom:10px;
	margin-left:35px;
	border:3px solid #ffffff;
	position:asolute;
	width:400px;
	height:300px;
}
#DHTMLgoodies_largeImage .image_grand_format .legende{
	width:400px;
	margin-left:35px;
	margin-top:10px;
}
#DHTMLgoodies_largeImage .image_grand_format .legende #legende_nom{
	font-size:1.2em;
	font-weight:bold;
	color:#ffb016;
	width:365px;
	float:left;
	text-align:left;
	padding-left:40px;
	background-color:#fbfcff;
}
#DHTMLgoodies_largeImage .image_grand_format .legende #legende_nom a{
	color:#ffb422;
	text-decoration:none;
}
#DHTMLgoodies_largeImage .image_grand_format .legende #legende_profession{
	font-size:1.1em;
	float:left;
	width:365px;
	text-align:left;
	padding-left:40px;
	background-color:#fbfcff;
}
.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:114px;	/* Width of strip */
	padding:5px;	/* "Air" inside filmstrip div */
	position:absolute;
}
.strip_of_thumbnails div{
	width:100px;
	height:100px;
	padding:2px;
	text-align:center;
}
.strip_of_thumbnails img{
	border:0px;
	padding:5px;
	width:100px;
	height:100px;
}
.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:3px solid #ffffff;	/* Green border around active thumbnail */
	padding:0px;
}
.leftArrow{
	float:left;
}
.rightArrow{
	float:right;
}
#DHTMLgoodies_thumbs_inner{
	position:relative;	/* Never change this */
	width:1000px;
}