	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
	width: 186px;
	height: 140px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:463px;	/* Width of large image div */
		height:300px;	/* Height of large image div */
		padding-left:5px;	/* "Air" */
		padding-right:5px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:463px;
		height:300px;
		text-align:center;
	}
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	padding-left:0px;	/* "Air" inside filmstrip div */
	position:absolute;
	height: 140px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 2px;
	width: 192px;
	overflow: visible;
	visibility: visible;

	}
	.strip_of_thumbnails div{
		width:42px;
		height:44px;
		text-align:right;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:0px;
		padding-bottom:1px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
			
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
	position:relative;	/* Never change this */
	width:192px;
	height: 140px;
	overflow: visible;
	}	
