	/* End of demo CSS */
	#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:221px;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:270px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:627px;	/* Width of large image div */
		height:269px;	/* Height of large image div */
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px solid #317082;	/* Border around large image */
		width:627px;
		height:269px;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:0px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:221px;
		height:90px;
		border-bottom:1px solid #fff; padding-left:30px; height:53px; z-index:-1;
	}
	.strip_of_thumbnails img{
		border:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:0px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	#DHTMLgoodies_thumbs_inner{
		position:absolute;	/* Never change this */
		width:1000px;
	}	