	/* End of demo CSS */
	#DHTMLgoodies_panel_one{	/* Width of divs for thumbnails */
		clear:both;
		width:200px;
		margin-right: 30px;
		margin-left: 10px;
		position: relative;
	}
	#DHTMLgoodies_arrows{
		width: 200px;
		position: absolute;
		top: 120px;
		left: 0px;
		z-index: 1;
		border: 0px solid #000000;
	}
	#DHTMLgoodies_thumbs{
		width:153px;
		margin-left: 20px;
		z-index: 10;
	}
	#DHTMLgoodies_panel_one{		
		float:left;
		/*position: relative;*/
	}
	#DHTMLgoodies_thumbs{
		margin-top: 20px;
		overflow:hidden;	/* Don't change this */
		height:200px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		
	}
	#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:5px solid #317082;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:41px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:41px;
		height:40px;
		padding:5px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:1px solid #666666;;
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:1px solid #95c533;	/* Green border around active thumbnail */
		padding:0px;
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}
	.smallbuttons{
		margin-top: 120px;
		float: left;
		margin-left: 20px;
		width: 200px;
	}

	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:10px;	/* "Air" */
		margin-top: 0px;
		float:left; /* Floating gallery at the right side of other web page content */		
		width:466px;	/* Image width */
		height:238px;	/* Image height */
		position:relative;	/* Don't remove this line */
		border: 1px solid #efefef;
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

	#playbutton{
		display:none;
	}
	a.smalln:link{
		display:block;
		float: left;
		margin-right: 5px;
		width: 18px;
		height: 18px;
		border: 1px solid #666666;
		background-color: #95c533;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
	}
	a.smalln:visited{
		display:block;
		float: left;
		margin-right: 5px;
		width: 18px;
		height: 18px;
		border: 1px solid #666666;
		background-color: #95c533;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
	}
	a.smalln:active{
		display:block;
		float: left;
		margin-right: 5px;
		width: 18px;
		height: 18px;
		border: 1px solid #666666;
		background-color: #ffffff;
		color: #666666;
		text-align: center;
		text-decoration: none;
	}
	a.smalln:hover{
		display:block;
		float: left;
		margin-right: 5px;
		width: 18px;
		height: 18px;
		border: 1px solid #666666;
		background-color: #ffffff;
		color: #666666;
		text-align: center;
		text-decoration: none;
	}
