	#mainContainer{
		margin:0 auto;
		width:110px;
		text-align:left;
		background-color:#FFF;
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		background-color:#FFFFFF;
		width:107px;
	}
	
	#DHTMLgoodies_arrows{
		height:20px;
	}
	#DHTMLgoodies_arrows span{
		float:left;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:180px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:0;	/* Width of large image div */
		height:0;	/* Height of large image div */
		float:left;
		padding-left:0;	/* "Air" */
		padding-right:0;	
	}
	#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 around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:110px;	/* Width of strip */
		position:absolute;
		background-color:#FFFFFF;

	}
	.strip_of_thumbnails div{
		width:110px;
		height:180px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		margin:0 0 0 0;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
			/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
		margin-right:7px;
	}
	.rightArrow{
		float:right;
		margin-left:7px;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	