	#DHTMLgoodies_panel_one1,#DHTMLgoodies_arrows1,#DHTMLgoodies_thumbs1{	/* Width of divs for thumbnails */
		width:120px;
	}
	#DHTMLgoodies_panel_one1{		
		float:left;	
		width:120px;
		margin-left:10px;
		margin-right:7px;
	}
	#DHTMLgoodies_thumbs1{
		overflow:hidden;	/* Don't change this */
		height:360px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		width:120px;
	}
	
	.strip_of_thumbnails1{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails1 div{
		width:110px;
		height:85px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails1 img{
		border:0px;
		padding:1px;
	}
	.strip_of_thumbnails1 .activeImage{	/* Active thumbnail */
		border:1px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow1{
		float:left;
	}
	.rightArrow1{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner1{
		position:relative;	/* Never change this */
		width:1000px;
	}	