#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: #fff;
	width: 450px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

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

#prevLink, #nextLink{
	height: 30px;
	display: block;
	}
#prevLink { float: right; background: url(images/gallery/voriges.gif) no-repeat; width: 76px; padding-right: 20px;}
#nextLink { float: right; background: url(images/gallery/naechstes.gif) no-repeat; width: 72px;}
#prevLink, #prevLink:visited { background: url(images/gallery/voriges.gif) no-repeat; width: 76px; padding-right: 20px;}
#nextLink, #nextLink:visited { background: url(images/gallery/naechstes.gif) no-repeat; width: 72px;}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #bottomNavClose{ width: 66px; float: left;  padding-bottom: 0.7em;	}	

#header {
	padding-top: 4px;
	height: 31px;
	width: 100%;
}

#numberDisplay { 
	float: left;
	font-size: 14px;
}

#header h1 {
	color: #1c3664;
	font-size: 17px;
	font-weight: bold;
}

#headerPrint {
	float: right;
	padding-right: 20px;
}
#headerSend {
	float: right;
}
#headerClear {
	clear: both;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 5000px;
	background-color: #1c3664;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
	

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