.galBox {
	float:left;
	font-size:9px;color:rgb(50,50,50);line-height:13px;
	text-align:center;margin:0 10px 10px 0;
}

.galBox cite {
	background-color:rgb(255,255,255);
}

.galBoxCol {
	margin:0 0 10px 0;
	text-align:center;
	font-size:10px;
}

.galPic, .galPicl, .galPicr {
	margin:0;padding:1px 1px 2px 1px;
	border:1px solid rgb(255,255,255);
	border-bottom:3px solid rgb(174,184,194);
}

.galPic a, .galPicl a, .galPicr a {
	border-bottom:none;
}

.galColArear {
	float:right;
	margin-left:15px;
}

.galColAreal {
	float:left;
	margin-right:15px;
}

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

#lightbox a img {border:none;}

#outerImageContainer{
	position:relative;
	background-color:rgb(255,255,255);
	width:250px;height:250px;
	margin:0 auto;
}

#imageContainer{
	padding:5px 5px 0 5px;
}

#imageContainer a {border-bottom:none;}

#loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#hoverNav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#imageContainer>#hoverNav {left:0;}
#hoverNav a {outline:none;}

#prevLink, #nextLink{
	width:49%;
	height:100%;
	background:transparent url(../img/galerie/blank.gif) no-repeat; /* Trick IE into showing hover */
	display:block;
}

#prevLink {left:0;float:left;}
#nextLink {right:0;float:right;}
#prevLink:hover, #prevLink:visited:hover { background:url(../img/galerie/prev.gif) 15% 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(../img/galerie/next.gif) 85% 15% no-repeat; }

#imageDataContainer{
	font-size:12px;color:rgb(255,255,255);line-height:15px;
	background-color:rgb(174,184,194);
	margin:0 auto;
	border-bottom:8px solid rgb(215,220,225);
}

#imageData{
	padding:10px;
}

#imageData #imageDetails 	{width:90%;float:left;text-align:left;}	
#imageData #caption 		{font-weight:bold;}
#imageData #numberDisplay 	{display:block;clear:left;padding-bottom:7px;font-size:10px;color:rgb(240,240,240);}			
#imageData #bottomNavClose 	{width:25px;float:right;padding-bottom:7px;}	
#imageData a 				{border-bottom:none;}
		
#overlay{
	position:absolute;top:0;left:0;z-index:90;
	width:100%;height:500px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	background-color:rgb(0,0,0);
}

.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 */
}	
