	/* End of demo CSS */
	#DHTMLgoodies_panel_one{	/* Width of divs for thumbnails in 1st scrolling area */
		float:left;	
		width: 100%;
		background-color: #D7ECF8;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:200px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		width: 600px; 
	}	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		padding: 4px;
		position:absolute;
	}
	.thumbnail{
		position: absolute;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
	#DHTMLgoodies 
	{
		clear: both;
		padding-top: 8px;
		width: 100%;
	}
	#SlideshowPages 
	{
		text-align: center;
	}
	#DHTMLgoodiesSlideshowPages img { width: 15px; }
	.DHTMLgoodiesLeftArrow { margin-top: -15px; padding-left: 5px;  }
	.DHTMLgoodiesRightArrow { text-align: right; margin-top: -25px; padding-right: 5px; }