	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:355px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:75px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:455px;	/* Width of large image div */
		height:310px;	/* Height of large image div */
		float:left;
		padding:10px 0px 0px 0px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px solid #FFFFFF;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:75px;	/* Width of strip */
		padding:0px 7px 0px 8px;	/* "Air" inside filmstrip div */
		position:absolute;
  text-align:left;
	}
	.strip_of_thumbnails div{
		width:91px;
		height:75px;
		
		text-align:left;

	}
	.strip_of_thumbnails img{
		border:5px solid #1a1a1a;
		padding:0px;
		margin:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #FF0000;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
	
#DHTMLgoodies_text1 {
	font-size:12px;
	line-height:18px;
}

#DHTMLgoodies_text2 {
	font-size:12px;
	line-height:18px;
}