#mainContainer{
	width:550px;
	text-align:left;
	height: 280px;
	z-index: 10;
}
.clear{
	clear:both;
}
	/* End of demo CSS */
#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width:260px;
}
#DHTMLgoodies_panel_one{
	float:left;
	height: 361px;
}
#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:325px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
	width: 200px;
	padding: 6px 0 0 8px;
}
#DHTMLgoodies_largeImage{	/* Large image div */
	height:307px;	/* Height of large image div */
	float:right;
	margin: 19px 20px 0 0;
}
#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:0px;	/* Border around large image */
}
.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:52px;	/* Width of strip */
	padding:8px 0 8px 8px;	/* "Air" inside filmstrip div */
	position:absolute;
}
.strip_of_thumbnails div{
	width:52px;
	height:52px;
	padding:8px 0 8px 8px;
	text-align:left;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;

}
.strip_of_thumbnails img{
		border:0px;
}
.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		padding:0;
}
.leftArrow{
	float:left;
	padding-left: 8px;
}
.rightArrow{
		float:right;
		padding-right: 2px;
}
#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:200px;
		height: 361px;
}

