
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
	 	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		 	/* Height of large image div */
		float:left;
	 	/* "Air" */
	 
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%; height:300px; background:#000000;
		 border:#484848 solid 1px;
		text-align:center;
	}

	.leftArrow, .rightArrow {display:none}
	.clear{	clear:both;}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:240px;
	}
 
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		 	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
 
 
#DHTMLgoodies_panel_one {   width:450px; margin-left:10px; }
#DHTMLgoodies_thumbs {   width:450px; }
#DHTMLgoodies_thumbs_inner  {  width:450px}
#DHTMLgoodies_thumbs_inner div {float:left; margin:4px; }
#DHTMLgoodies_arrows { display:none}
#DHTMLgoodies_largeImage { width:720px}
