	    
		#mainContainer{
		margin:0;
		text-align:left;
		padding:0;
		background-color:#FFFFFF;
	}
	.clear{
		clear:both;
	}
	
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:585px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:96px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage, #DHTMLgoodies_arrows{	/* Large image div */
	    width:0px;	/* Width of large image div */
		height:0px;	/* Height of large image div */
		padding-left:0px;	/* "Air" */
	    padding-right:0px;
		display:none;
	} 
	/*#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:none;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:149px;	/* Width of strip */
		padding:0 0px 0 0;	/* "Air" inside filmstrip div */
		position:absolute;
	}
	.strip_of_thumbnails div{
		width:149px;
		height:96px;
		padding:0px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		padding:2px;
		margin:5px 0 0 0;
		background-color:#FFFFFF;
		border:solid 2px #d6e6f2;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		padding:2px;
		margin:5px 0 0 0;
		background-color:#FFFFFF;
		border:solid 2px #d6e6f2;
	
	}
	.leftArrow{
		float:left;
		margin:0;
	}
	.rightArrow{
		float:right;
		margin:0;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
	}	
