
	#mainContainer{
		margin:0 auto;
		width:730px;
		text-align:left;
		background-color:#FFF;
		padding:3px;
		border:3px solid #317082;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:400px;
	}
	
	#DHTMLgoodies_arrows{
		width:400px;
		background:#000;
		float:left;
	}
	
	
	#DHTMLgoodies_arrows{
		margin:0;	
	}
	#DHTMLgoodies_panel_one{		
		float:left;
		height:125px;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:115px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		width:350px;
		margin-left:25px;
		margin-top:35px;
		_margin-left:13px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		
	}
	#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 */
		
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:85px;	/* Width of strip */
		padding:2px;	/* "Air" inside filmstrip div */
		position:absolute;
	}
	
	.strip_of_thumbnails div{	
		padding:1px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		margin:2px 0 0 0;
		width:76px;
		height:50px;
	}
	
	.leftArrow{
		float:left;
		margin:85px 0 0 -370px;
	}
	.rightArrow{
		float:right;
		margin:84px 0 0 0;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
