
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:320px;
	}
	#DHTMLgoodies_panel_one{		
		float:right;
		width:320px;
		overflow:hidden;	/* Don't change this */
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:375px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		top:-2px;
		float:right;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:420px;	/* Width of large image div */
		float:left;
		padding:20px 10px 10px 10px;	
		background:#F3F7F8;
		border:1px #D3E1E4 solid;
		height:336px;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		text-align:center;

	}
	#DHTMLgoodies_largeImage img{	/* Large image */

	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:160px;	/* Width of strip */
		position:absolute;
	}
	.strip_of_thumbnails div{
		width:136px;
		height:100px;
		overflow:hidden;
		padding:10px;
		margin:2px 0;
		text-align:center;
		background:#F3F7F8;
		border:1px #D3E1E4 solid;
	}
	.strip_of_thumbnails img{
		border:1px solid #ffffff;	/* Green border around active thumbnail */
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:1px solid #317082;	/* Green border around active thumbnail */
	}
	.leftArrow{
		float:left;
		color:#2C5254;
		font-weight:bold;
		text-decoration:underline;
	}
	.rightArrow{
		float:right;
		color:#2C5254;
		font-weight:bold;
		text-decoration:underline;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	