
	

#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
width:120px;
text-align:left;
}
#DHTMLgoodies_panel_one{	

float:right;
text-align:left;
margin-right:10px;
}

#DHTMLgoodies_thumbs{
overflow:hidden;	/* Don't change this */
height:276px;	/* Height of thumbnail div */
position:relative;	/* Never change this */
float:right;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:550px;	/* Width of large image div */
		height:270px;	/* Height of large image div */
		float:left;
		padding-top:6px;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */


		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:100px;	/* Width of strip */
		padding:3px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:120px;
		height:84px;
		padding:2px;
		text-align:center;
		

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:2px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */	/* Green border around active thumbnail */
		padding:2px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	