#mainContainer{
	margin:0 auto;
	width:640px;
	/*background-color:#FFF;*/
	/*border:2px solid #034484;	*/
}
.clear{
	clear:both;
}
/* End of demo CSS */
#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width:480px;
}
#DHTMLgoodies_panel_one{		
}
#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:105px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;

}
#DHTMLgoodies_largeImage{	/* Large image div */

	padding-left:150px;	/* "Air" */
	padding-right:10px;
	width:480px;
	/*height:350px;*/
	overflow:hidden;	
}
#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
	width:480px;
	/*height:350px;*/
	text-align:center;
}
#DHTMLgoodies_largeImage img{	/* Large image */
	/*border:4px solid #034484;	 Border around large image */
 /*	width:300px;
	height:300px;*/
	max-width:480px;
	max-height:350px;
	
}


 #DHTMLgoodies_largeImag table td{
	width:480px;
	height:350px;
	overflow:hidden;
}	
.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:100px;	/* Width of strip */
	float:left;
}
.strip_of_thumbnails div{
	width:100px;
	height:90px;
	text-align:center;

}
.strip_of_thumbnails img{
	/*border:0px;
	border:3px solid #034484;*/
}
.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	/*border:3px solid #034484;	 Green border around active thumbnail */
	padding:0px;

}
.leftArrow{
	float:left;
}
.rightArrow{
	float:right;
}
#DHTMLgoodies_thumbs_inner{
	position:relative;	/* Never change this */
	/*width:1000px;*/
	width:2000px;
}	
