	.clear{
		clear:both;
	}
	/* End of demo CSS */
/*	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	/*	width:400px;
	}*/
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:690px;	 /*height:700px;	 Height of thumbnail div */
		position:relative;	/* Never change this */
		width:390px;		
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		float:left;
		padding-left:0px;	/* "Air" */
		padding-right:0px;
		
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
		padding:0px;	
	}
	
	#DHTMLgoodies_largeImage img{	/* Large image */
		/*border:5px solid #317082;	/* Border around large image */
		padding:0px;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:400px;	/* Width of strip */		
		position:absolute;	
	}
	/*.strip_of_thumbnails div{
		width:165px;			
		text-align:center;

	}*/
	.galleria_container{
		text-align:center;
		width:505px;
		margin:15px auto;
		background:#FFF; 
		border:1px solid #fff;
	}
	.strip_of_thumbnails div{
		width:165px;
		height:216px;
		border:0px;
		padding:1px;
		border:7px solid #f1f1f2;
		border-bottom:0px solid #f1f1f2;		
	}
	.strip_of_thumbnails .last img{
		border-bottom:7px solid #f1f1f2;
	}
	
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
/*		border:5px solid #f1f1f2;	/* Green border around active thumbnail */
	/*	padding:0px;*/
	
	}
	.imgright
	{
	background-color:#FFFFFF;	
	}
	.leftArrow{
		float:left;
		
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
	
/*.strip_of_thumbnails td div a img{
opacity: 0.2;
filter: alpha(opacity = 40);
width: 100%; 
}
/*.change_opacitynormal {
opacity: 0.6;
filter: alpha(opacity = 60);
width: 100%; /* stupid IE */
/*}*/
/*.strip_of_thumbnails td div a:hover img
{
opacity: 0.8;
filter: alpha(opacity = 80);
width: 100%; 
}
.strip_of_thumbnails td div a:focus img
{
opacity: 0.8;
filter: alpha(opacity = 80);
width: 100%; 
}*/
#DHTMLgoodies_largecaption a
{
color:#858587;
text-decoration:none;
}
