	.clear{
		clear:both;
	}
	/* End of demo CSS */
	
	#DHTMLgoodies_panel_one{
		width:440px;
	
	}
	#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		display:none;
		width:440px;
		float:left;
	}
	
	
	
	#DHTMLgoodies_arrows{
	display:none;
		width:14px;
		height:30px;
		float:right;
		margin: 5px 0px 5px 0px;
	}
	
	#DHTMLgoodies_arrows_left{
	display:none;
		width:14px;
		height:30px;
		float:left;
		margin: 5px 0px 5px 0px;
	}
	
	
	#DHTMLgoodies_panel_one{		
		float:none;	
	}
	#DHTMLgoodies_thumbs{
	display:none;
		overflow:hidden;	/* Don't change this */
		height:120px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		margin: 5px 4px 2px 1px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		height:300px;	/* Height of large image div */
		clear:both;
		margin: 0px 0px 5px 0px;
	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:1px solid #FF6600;	/* Border around large image */
	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:150px;	/* Width of strip */
		/* height:420px; */
		padding:0px;	/* "Air" inside filmstrip div */
		position:absolute;
		display: inline;
		float:right;
	}
	.strip_of_thumbnails div{
		width:150px;
		height:112px;
		/*padding:2px;*/
		text-align:center;
		display: block;
	}
	.strip_of_thumbnails img{
		display:none;
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #FF6600;	/* Green border around active thumbnail */
		padding:0px;
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
		padding-right:10px;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:442px;
		height:120px;
		/*display: table;*/
		clear:none;
	}
	.pics-zone {
		
		float:left;
		height:300px;
		margin-bottom:0px;
		margin-top:0px;
		text-align:left;
		width:400px;
	}
	.pic-description {
		color:#333333;
		font-family:Arial,Helvetica,sans-serif;
		font-size:10px;
		font-weight:normal;
		height:22px;
		line-height:10px;
		overflow:hidden;
		text-align:left;
		width:142px;
	}
	
	#textI {
	color:#333333;
		text-decoration:none;
		font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
	}
	
	#textI a:link{
	color:#333333;
		text-decoration:none;
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		font-weight:bold;
	}
	
	#textI a:Hover{
	color:#333333;
		text-decoration:underline;
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		font-weight:bold;
	}
	
	#textI a:visited{
	color:#333333;
		text-decoration:underline;
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		font-weight:bold;
	}
	
	.control a:link{
	color:#333333;
		text-decoration:none;
		font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
	}
	
	.control a:Hover{
	color:#333333;
		text-decoration:none;
		font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
	}

