	#mainContainer{
		margin:0 auto;
 		text-align:left;
		padding:0px;
 		float:left;
		border:0px solid #317082;
 	}
	.clear{
		clear:both;
	}

	#DHTMLgoodies_panel_one {
		/*width:550px;*/
		width:520px;float:left;

 	}

	#DHTMLgoodies_arrows {
		/*width:50px;*/
		width:30px;
		border:0px solid coral;
	}
	/* End of demo CSS */
	#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:500px;float:left;
		/*width:480px;*/
 	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:60px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		padding-top:19px;
 	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		min-width:118px;
		width:auto;  
		/*width:114px; Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;
		

	}
	* html .strip_of_thumbnails {
	width:118px;
	}
	*+html .strip_of_thumbnails {
		width:auto;
	 }
	.strip_of_thumbnails div{
		height:20px;
		padding:2px;
		text-align:center;
		white-space:nowrap;
		color:#6c6c6c;
		font-size:12px;
		font-weight:bold;
		font-family:verdana;
 	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;

	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
		padding-left:5px;
	}
	.rightArrow{
		padding-left:5px;
 	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
 		 
	}