
	
	#DHTMLgoodies_panel_one {
        float:left;
        width:160px;
        /*margin-top:10px;*/
	}
	
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:170px;
	}
	
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:520px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:170px;
		height:240px;
	}	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:157px;	/* Width of strip */
		padding-left:10px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:157px;
		height:130px;
		/*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;
	
	}
	#DHTMLgoodies_arrows{
	float:left;
	width:auto;
	padding-left:60px;
	
	}
	.leftArrow{
		
	}
	.rightArrow{
		
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:170px;
	}	
