	#mainContainer{
		margin:0 auto;
		text-align:center;
		margin:5px 0 0 1px;
		background-color:#fff;
		width:614px;
	}
	#mainContainer p {margin:10px auto;width:420px;text-align:left;}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:570px;
		padding:0;
		margin:0 auto;
	}
	#DHTMLgoodies_panel_one{		
		
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:80px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:614px;	/* Width of large image div */
		height:315px;	/* Height of large image div */
		line-height:0;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		text-align:center;
		background:#efefef;	
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
	
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		float:left;
		background:url(../imgdir/salon/sum_bg.gif) no-repeat left;
	}
	.strip_of_thumbnails div{
		text-align:center;
		padding:0;
		margin:0 10px 0 0;
		width:106px;
		}
	.strip_of_thumbnails img{
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:3000px;
	}	
