	body{
		margin:0px;
		margin-top:0px;
		margin-left:0px;
		width:1000px;
	}
	#mainContainer{
		width:750px;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:190px;
		text-align:right;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:312px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		width:740px;
	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:1000px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;
	}
	.strip_of_thumbnails div{
		height:50px;
		padding:0px;
	}
	.strip_of_thumbnails img{
		border:2px;
		padding:0px;
		border:#616E76;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #9FAFAE;	/* Green border around active thumbnail */
		padding:0px;
	}
	.leftArrow{
		float:left;
		vertical-align:top;
	}
	.rightArrow{
		float:right;
		vertical-align:top;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:8000px;
	}	
