	body{
		/*margin:0px;
		margin-top:25px;
		width:100%;
		text-align:center;
		background-color:#E2EBED;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/
	}
	#mainContainer{
		margin:0 auto;
		width:730px;
		text-align:left;
		background-color:#FFF;
		padding:3px;
		border:3px solid #666666;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:388px;
	}
	
	* html #DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs {	/* Width of divs for thumbnails */
		width:384px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	* html #DHTMLgoodies_panel_one{		
		float:left;	
	}
	
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:310px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}	
	* html #DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:310px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}	
	
	#DHTMLgoodies_largeImage{	/* Large image div */
		float:left;
		text-align:left;
		padding-left:0px;	/* "Air" */
		padding-right:0px;
	}
	* html #DHTMLgoodies_largeImage{	/* Large image div */
		float:left;
		text-align:left;
		padding-left:0px;	/* "Air" */
		padding-right:0px;
	}
	
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */		
		float:left;
	}
	* html #DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */		
		float:left;
	}
	
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:1px solid #666666;
		text-align:left;
		float:left;	/* Border around large image */
	}
	* html #DHTMLgoodies_largeImage img{	/* Large image */
		border:1px solid #666666;
		text-align:left;
		float:left;	/* Border around large image */
	}
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:120px;
		padding:0px 8px 8px 0px;  /* "Air" inside filmstrip div */		
		position:absolute;
	}
	* html .strip_of_thumbnails{	/* A vertical strip of thumbnails */
		float:left; 
		padding:0px 6px 6px 0px;  /* "Air" inside filmstrip div */			
		margin:0 0 0 0; 
	}
	.strip_of_thumbnails div{
		width:120px;
		height:90px;
		padding:0 0px 8px 0px;
		text-align:center;
	}
	* html .strip_of_thumbnails div{
		width:120px;
		height:90px;	
		padding:0 0px 3px 0px;
		/*float:left;*/
	}	
	.strip_of_thumbnails img{
		padding:0px; border:1px solid #808080; float:left;
	}
	* html .strip_of_thumbnails img{
		padding:0px; border:1px solid #808080; float:left;
	}
	
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:1px solid #808080;	/* Green border around active thumbnail */
		padding:0px;
	}
	* html .strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:1px solid #808080;	/* Green border around active thumbnail */
		padding:0px;
	}
	
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	