	#mainContainer{
	width:775px;
	text-align:center;
	background-color:#382A1F;
	padding:3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 520px;
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:240px;
	}
	#DHTMLgoodies_panel_one{
	float:left;
	background-color: #4D392B;
	margin-top: 5px;
	}
	#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:280px;	/* Height of thumbnail div */
	position:relative;
	float: left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
	width:510px;	/* Width of large image div */
	height:500px;
	float:right;
	padding-left:10px;	/* "Air" */
	padding-right:10px;
	text-align: center;
	margin: 0px;
	display: block;
	vertical-align: top;
	overflow: visible;
	visibility: visible;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
	text-align:center;
	vertical-align: top;
	}
#DHTMLgoodies_largeImage  td    {
vertical-align:top;
}

	#DHTMLgoodies_largeImage img{	/* Large image */
	text-align: center;
	vertical-align:top;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:114px;	/* Width of strip */
	padding:5px;	/* "Air" inside filmstrip div */
	position:absolute;
	text-align: center;

	}
.strip_of_thumbnails  .horizontal div{
	width:110px;
	height:60px;
	padding:2px;
	text-align:center;
	background-position: top;

	}
.strip_of_thumbnails .vertical div {
	width:110px;
	height:90px;
	padding:2px;
	text-align:center;
}

	.strip_of_thumbnails img{
	margin: 5px;
	background-color: #664E39;
	background-position: 10px 10px;
	border: 1px solid #000000;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:5px solid #9F451A;	/* Green border around active thumbnail */
	padding:0px;
	
	}
	.leftArrow{
	float:left;
	border: 1px solid #AFA79A;
	}
	.rightArrow{
	float:right;
	border: 1px solid #AFA79A;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
