	#DHTMLgoodies_panel_one{	/* Width of divs for thumbnails */
		width:690px;
		float:left;	
	}
	.DHTMLgoodies_arrows{
		width: 40px;
		float: left;
		margin-top: 14px;
		padding: 0;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		width: 604px;
		height:90px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:690px;	/* Width of large image div */
		height:550px;	/* Height of large image div */
		float:left;
/*		padding-left:10px;
		padding-right:10px;	*/
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage td{	/* Used table to get both horizontal and vertical center alignement of large image */
		vertical-align: top;
	}
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:116px;	/* Width of strip */
		padding:2px;	/* "Air" inside filmstrip div */
		position:absolute;
		height: 90px;
	}
	.strip_of_thumbnails div{
		width:106px;
		height:80px;
		padding:0px;
		text-align:center;
		float: left;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:2px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:2px solid #138900;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:right;
	}
	.rightArrow{
		float:left;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:9000px;
	}	