	body {
	border:0;
	padding:0;
	margin:0;
	}
	
	#mainContainer{
		width:431px;
		height:100%;
		float:left;
		
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one, #DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:345px;
		margin-left:8px;	
		float:left;
		
	}
	#DHTMLgoodies_panel_one{	
		
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:85px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
	
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:431px;	/* Width of large image div */
		height:304px;	/* Height of large image div */
		float:left;
		margin-top:0;
		
	
	}
	#DHTMLgoodies_largeImage{	/* Used table to get both horizontal and vertical center alignement of large image */
	
		text-align:left;
		float:left;
		
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
			/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:120px;	/* Width of strip */
		/* "Air" inside filmstrip div */
		position:absolute;
		

	}
	.strip_of_thumbnails div{
		width:100px;
		height:90px;
		margin:3px;
		text-align:center;
		

	}
	.strip_of_thumbnails img{
		border:0px;
		margin:5px;
		
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		
	}
	.DHTMLgoodies_arrows {
		width:20px;
		margin-top:8px;		
		float:left;
	}
	
	.leftArrow{
		float:left;	
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}
	
	table {
	padding:0;
	border:0;
	margin:0;
	}
	