	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_arrows{width:35px; float:left; padding-top:25px;}
	
	
	#DHTMLgoodies_panel_one{		
		float:left;	
		width:580px;
		padding:10px 10px;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:100px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		width:495px;
		float:left;

	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:585px !important;	/* Width of large image div */
		height:275px !important;	/* Height of large image div */
		width:585px;	/* Width of large image div */
		height:275px;	/* Height of large image div */
		float:left;
/*		padding-left:10px;	/* "Air" */
		 /*padding-right:10px;	*/	}
	#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:1px solid #666666;	
		padding:1px;
		/* Border around large image */
		width:580px !important;
		height:260px !important;
		width:570px ;
		height:250px;

	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		/*width:114px;*/	/* Width of strip */
		padding:1px !important;	/* "Air" inside filmstrip div */
		padding:0px ;
		position:absolute;
		width:96px;
		height:90px;


	}
	.strip_of_thumbnails div{
		width:96px;
		height:90px;
		padding:2px !important;
		padding:0px;
		text-align:center;
		float:left;

	}
	.strip_of_thumbnails img{
		border:0px;
		margin:3px;
		width:91px;
		height:75px;
		border:1px solid #666666;	/* Green border around active thumbnail */
		padding:1px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:1px solid #666666;	/* Green border around active thumbnail */
		padding:1px;
	
	}
	.leftArrow{
		
		float:left;
		
		

	}
	.rightArrow{
		float:right;
		
		

	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:auto;
	}	