
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:660px;		
		float:left;
		height:127px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:127px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:135px;
		height:127;
		position:absolute;
		
	}
	.strip_of_thumbnails div{
		width:125px;
		height:127px;
		text-align:center;
	}
	.strip_of_thumbnails img{
			border:1px solid #D9D8D8;	
			width:125px; height:125px;
	}


	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */		
		float:left

	}	
	