	#mainContainer{
		margin:0 auto;
		width:355px;
		height:278px;
		text-align:left;
		background:url(../images/gallery_bg.jpg) no-repeat;
		
			
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:355px;
		height:58px;
padding:0px;
margin:0px;
		
		
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
	width:280px;
	overflow:hidden;	/* Don't change this */
	/* Height of thumbnail div */
		position:relative;	/* Never change this */
	float:left;
	height:58px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:355px;	/* Width of large image div */
		height:278px;	/* Height of large image div */
		float:left;
			/* "Air" */
		
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
		height:58px;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
			/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:68px;
	height:58px;
	padding-right:2px;	/* Width of strip */
	/* "Air" inside filmstrip div */
		position:absolute;
	margin: 0px;

	}
	.strip_of_thumbnails div{
		width:68px;
		height:58px;
		
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
			/* Green border around active thumbnail */
		padding:0px;
		margin:0px;
		height:58px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
	height:58px;
		position:relative;
		float:left;	/* Never change this */
		
	}	

