	#mainContainer{
		margin:0 auto;
		text-align:left;
		margin:5px 15px;
		background-color:#fff;
		width:588px;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:588px;
		padding:0;
		margin:0;
	}
	#DHTMLgoodies_panel_one{		
		
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:64px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		margin:5px 0;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:240px;	/* Width of large image div */
		height:180px;	/* Height of large image div */
		float:left;
		border:10px solid #efefef;
		margin-right:15px;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		text-align:center;	
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
	
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		float:left;
	}
	.strip_of_thumbnails div{
		text-align:center;
		padding:0;
		margin:1px;
		width:82px;
		}
	.strip_of_thumbnails img{
		border:1px solid #efefef;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:1px solid #ccc;
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:3000px;
	}	
