/* ---- galeria ---- */
#image-thumbs {
	padding: 10px;
	margin: 10px 10px;
	width: 480px;
	text-align: center;
}

#gallery-block #image-thumbs img {

	padding: 0 1px 0px 0;
}

#lightbox{
	/*position: absolute;*/
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	line-height: 0px;
}

#lightbox a img{ border: 1px solid 000; }

#outerImageContainer{
	width: 530px;
	height: 281px;
	text-align: center;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: relative;
	top: 130px;
	width: 100%;
	text-align: center;
	line-height: 0px;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#imageDataContainer{
	font: 00px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 0px;
	display: none;
	}


		
#overlay{
	/*position: absolute;*/
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	/*display: inline-block;*/ 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

