
	
	#DHTMLgoodies_panel_one {
        float:left;
        width:320px;
        margin-top:10px;
	}
	
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:320px;
	}
	
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:130px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:320px;
		/*height:240px;*/
	}	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:90px;	/* Width of strip */
		padding:0px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:70px;
		height:60px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:1px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:320px;
	}	
