#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	margin:10px 0 0;
	width:auto;
	float:left;
}
#DHTMLgoodies_thumbs_inner{
	position: relative;	/* Never change this */
	border:0px solid;
}
#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:auto;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
}
#DHTMLgoodies_largeImage{	/* Large image div */
	width:328px;	/* Width of large image div */
	height:auto;	/* Height of large image div */
	float:left;
}
#DHTMLgoodies_largeImage img{	/* Large image */
	border:1px solid #333333;	/* Border around large image */
}

.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	padding:0px;	/* "Air" inside filmstrip div */
}
.strip_of_thumbnails div{
	padding:2px;
}
.strip_of_thumbnails img{
	border: 1px solid #333333;
	padding:2px;
}
.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:1px solid #FFFFFF;	/* Green border around active thumbnail */
	padding:2px;
}