
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one{	/* Width of divs for thumbnails */
		width:835px;

	}
	#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:779px;
		
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		position:relative;	/* Never change this */
		float:left;
	}	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	white-space:nowrap
			}
	/*.strip_of_thumbnails a{	
		
		display:block;
		}
	.strip_of_thumbnails a:hover{	
		color:#FADAB8;
		text-decoration:none;
		background:#44250E;
		display:block;
		}
	.strip_of_thumbnails a.active{	
		color:#ff0000;
		font-weight:bold;	
		text-decoration:none;
		background:#44250E;
		display:block;
		
	
		}
	.strip_of_thumbnails img{
		/*border:0px;
		width:77px;
		height:48px;	
	}
	.strip_of_thumbnails .activeImage{
		padding:0px;		
	}*/
	.leftArrow{
		/*float:left;
		padding-right:5px;*/
		text-align:center;
		background:#6D2F01
	}
	.rightArrow{
		/*float:right;*/
		text-align:center;
		background:#6D2F01
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
