
	#mainContainer{
		margin:0 auto;
		width:730px;
		background-color:#eee957;
		padding:6px;		
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:220px;
		z-index:0;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
		z-index:0;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:370px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		z-index:0;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:500px;	/* Width of large image div */
		height:400px;	/* Height of large image div */		
		padding-top:20px;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		padding-left:30px;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:2px solid #eee957;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:110px;	/* Width of strip */
		padding:1px;	/* "Air" inside filmstrip div */
		position:absolute;
		text-align:center;
		z-index:0;
	}
	.strip_of_thumbnails div{
		width:100%;
		height:90px;
		padding-top:5px;
		z-index:0;
	}
	.strip_of_thumbnails img{
		border:1px;
		
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:2px solid green;	/* Green border around active thumbnail */
		padding:0px;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		filter: alpha(opacity=50);
		-moz-opacity: .5;
		opacity:0.5; 
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:100px;
	}
	
	#loader{
		position:absolute;
		top:100px;
		height:450px;
		width:100%;
		z-index:1000;
		text-align:center;
		left:0px;
	}
	
	#loader1{
		height:445px;
		width:738px;
		z-index:1001;
		background-color:white;
		opacity:0.8;
		filter: alpha(opacity=80);
	}