	#mainContainer{
		margin:0 auto;
		width:780px;
		text-align:left;
		background-color:#FFFFC7;
		padding:0px;
		border:0px solid #317082;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one{	/* Width of divs for thumbnails */
		width:200px;
	}
	#DHTMLgoodies_arrows, #DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:200px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:355px;		/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:465px;		/* Width of large image div */
		height:296px;		/* Height of large image div */
		float:center;
		padding-left:1px;	/* "Air" */
		padding-right:1px;
		padding-top:1px;
		padding-bottom:1px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px solid #317082;	/* Border around large image */
	}
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		/*width:0px;			/* Width of strip */
		/*padding:10px;*/		/* "Air" inside filmstrip div */
	float:left;	
	width:100px;	/* Width of strip */
		padding:5px;
	/*position:absolute;*/
	}
	.strip_of_thumbnails div{
		padding-top:7px;
		padding-bottom:7px;
		padding-left:6px;
		padding-right:5px;
		text-align:center;
	}
	.strip_of_thumbnails img{
		width:60px;
		height:40px;
		border:2px solid #B2D902;;
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:4px solid #B2D902;	/* Green border around active thumbnail */
		padding:0px;
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:3000px;
	}
	.text{
		font-family:Tahoma, "MS Serif";
		font-size:12px;
		font-weight:bold;
		color:#5CAD2A;		
	}	

