
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,
	.DHTMLgoodies_arrows,
	#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		padding:0;margin:0;line-height:0;
		
	}
	#DHTMLgoodies_panel_one{
		display:inline;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		position:relative;	/* Never change this */
		width:490px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		margin:0 auto 10px;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img {
		border:2px solid #dddad0;
		padding:3px;
		background-color:#FFF;
		line-height:0;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		float:left;
	}
	.strip_of_thumbnails div{
		border:1px solid #dddad0;
		padding:2px;
		margin:0 2px;
		background-color:#FFF;
		text-align:center;
	}
	.strip_of_thumbnails img{
		line-height:0;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	}
	
	#DHTMLgoodies_leftArrow{
		margin:0;
		float:left;
	}
	#DHTMLgoodies_rightArrow{
		margin:0;
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:3000px;
	}
