	#mainContainer{
		margin:0 auto;
		width:550px;
		
		text-align:left;
		background-color:#FFF;
		padding:3px;
		
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:550px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:100px;	/* Height of thumbnail div */
		width:470px;
		position:relative;	/* Never change this */
		float:left;
		
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		
		float:left;
		padding-bottom:10px;
		width:550px;
		height:405px;
	}

	
	#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:5px solid #317082;	 Border around large image */
		border:none;
	}
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:90px;	/* Width of strip */
		width:90px;	/* Height of strip */
		position:absolute;
		padding:3px;
	}
	.strip_of_thumbnails div{
		text-align:center;
	}
	.strip_of_thumbnails img{
		border:0px;
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		padding:0px;
		border:0px;
	}
	.leftArrow{
		  float :left;
		 padding-bottom:30px;
		  padding-top:30px;
		
	}
	.rightArrow{
		float:right;
		 padding-bottom:30px;
		 padding-top:30px;

	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:470px;
	}	
	.magazinebottom_sep
	{
		width:1px;
		color:#cccccc;
		background-color:#cccccc;
		height:120px;
		padding-top:10px;
		float:left;
	}
	.phototext
	{
		font-family:Arial;
		font-size:11px;
	}