	body{
		margin:0px;
		
		width:100%;
		text-align:center;
		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	#mainContainer{
		margin:0 auto;
		float:left;
		width:845px;
		text-align:left;
		background-color:#FFF;
		padding:3px;
		border:0px solid #317082;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,
#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:363px;
		height:390px;
		margin-top:1px;
		
	}
	#DHTMLgoodies_panel_one{		
		float:right;
		margin-right:50px;	
	}
	#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:370px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:360px;	/* Width of large image div */
		height:378px;	/* Height of large image div */
		float:left;
		margin-left:30px;
		margin-top:3px;
		background-color:#e6e6e6;
			/* "Air" */
		
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px solid #317082;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails {	/* A vertical strip of thumbnails */
	float:left;
	margin-left:5px;
	}
	.strip_of_thumbnails div{
		width:88px;
		height:88px;
		margin-top:5px;
		text-align:center;
		background-color:#e6e6e6;
	}
	.strip_of_thumbnails img{
		border:0px;
		padding:3px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:2px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
