	#mainContainer{
	margin:0;
	width: 100%;
	text-align:left;
	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows{	/* Width of divs for thumbnails */
		width:100%;
		border-bottom-width: 1px;
	
	}
	
	#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:100%;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcd5c5;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcd5c5;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:86px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
	width:355px;	/* Width of large image div */
	height:386px;	/* Height of large image div */
	float:left;
	border: 2px solid #CCCC99;
	}
	#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	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:100%;	/* Width of strip */
		padding:0px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:100%px;
		height:76px;
		padding:0px;
		text-align:center;
		
	

	}
	.strip_of_thumbnails img{
	border:0px;
	padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:0px;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:none;
		visibility: hidden;
	}
	.rightArrow{
	float:none;
	visibility: hidden;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:100%;
	}	
