#mainContainer{
	margin:0 auto;
	width:100%;
	text-align:left;
	background-color:#FFFFF;
	padding:0px;	
}
.clear{
	clear:both;
}
/* End of demo CSS */
#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows{	/* Width of divs for thumbnails */
	width:330px;
	valign:top;
	/*height:370px;*/
}
#DHTMLgoodies_panel_one{		
	float:left;	
}
#DHTMLgoodies_thumbs{
	overflow:auto;	/* Don't change this */			
	width:373px;
	height:320px;*/
	valign:top;
	position:relative;	/* Never change this */
	padding-left:0px;
	float:center;	
}
#DHTMLgoodies_largeImage{	/* Large image div */
	width:100%;	/* Width of large image div */
	height:282px;	/* Height of large image div */
	float:center;
	valign:top;
	padding-left:0px;	/* "Air" */
	padding-right:0px;		
}
#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
	width:100%;	/* Width of large image div */
	height:340px;	/* Height of large image div */
	text-align:center;
	valign:top;
}
/*#DHTMLgoodies_largeImage img{	/* Large image */
	/*border:5px solid #317082;	/* Border around large image */
/*}*/


/*.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	/*width:80px;	/* Width of strip */
	/*padding:0px;	/* "Air" inside filmstrip div */		
/*}*/
/*.strip_of_thumbnails div{
	width:110px;
	height:50px;
	padding:1px;
	text-align:center;

}*/
.strip_of_thumbnails img{
	border:0px;
	padding:2px;
}
.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:2px solid #9d6f35;	/* Green border around active thumbnail */
	padding:0px;
}
.leftArrow{
	float:left;
}
.rightArrow{
	float:right;
}
#DHTMLgoodies_thumbs_inner{
	position:relative;	/* Never change this */
	width:100%;
}	
