
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:350px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	 /*Don't change this */
		height:390px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		margin: 0px 5px;
		padding: 1px 0px;

		
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:390px;	/* Width of large image div */
		height:390px;	/* Height of large image div */
		float:right;
		padding:0px;
		margin: 0px;
	}
	#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:0px;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:84px;	/* Width of strip */
		height: 93px;
		padding: 0px;	/* "Air" inside filmstrip div */
		margin: 1px;
		float: left;


	}
	.strip_of_thumbnails div{
		width:84px;
		height:93px;
		padding:0px;
		margin: 1px;
		text-align:center;
		border: 0px solid white;
		float: left;

	}
	.strip_of_thumbnails img{
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
