#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width:500px;
}
#DHTMLgoodies_thumbs{
	height:145px;	/* Height of thumbnail div */
}
#DHTMLgoodies_largeImage{	/* Large image div */
	padding-left:0px;	/* "Air" */
	padding-right:0px;	
}
#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 img{	/* Large image */
	border:0px solid #CCCCCC;	/* Border around large image */
}

.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	padding:10px 0;	/* "Air" inside filmstrip div */
}
.strip_of_thumbnails img{
	border:2px solid #FFFFFF;	/* White border around inative thumbnail */
}
.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:2px solid #CCCCCC;	/* Gray border around active thumbnail */
	}
.strip_of_thumbnails div{
	text-align:center;
}
