#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
}


#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer {
	position: relative;
	border:1px solid #FFF;
	margin: 0 auto;
	width:990px;
	overflow:auto;
	background-color:#FFF;
}
#outerImageContainer .closelightbox {
	text-align:right;
}
#outerImageContainer .closelightbox a{
	color:#f55e54;
	line-height:20px;
	padding:0 5px;
}
#outerImageContainer .center {
	padding:10px 30px;
	background:none;
	min-height: 350px;
	margin:0 auto;
}
#outerImageContainer .content a {
}
#outerImageContainer h1 {
	margin:0;
	padding:0;
	line-height:100%;
}
#outerImageContainer p {
	margin:0;
	padding:0 0 10px 0;
}
#imageContainer {
	padding: 10px; 
	float:left;
}
.sluiten {
	text-align:right;
	line-height:20px;
}
.sluiten a{
	padding:0px 20px;
	text-decoration:underline;
	outline:0;
	
}
#textContainer {
	float:right;
	width:150px;
	height:280px;
	overflow:hidden;
}
#textContainer h2{
	margin:0;
	padding:0;
	color:#666;
	font-size:12px;
}
#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{ height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink {
	float: left;
}
#nextLink {
	float: left;
}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{
 width: 70%;
 float: left;
 text-align: left; 
 display:none;
}
	 	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#bottomNavClose{
	display:block;
	text-align:right;
	margin:0 10px;
	outline: none;
	color:#FFF;
	line-height:20px;
	background:url(/gfx/close.png) no-repeat right center;
}	 	
#imageData a, #imagePrefNext a{ 
	outline:0;
	
}
#imagePrefNext {
	 font: 10px "Lucida sans", Verdana, Helvetica, sans-serif;
	 background-color: #fff;
	 margin: 0 auto;
	 line-height: 1.4em;
	 overflow: auto;
	 width: 100%	;
	 clear:left;
}

#previmage {
	padding:0 10px;
}
#nextimage {
	padding:0 10px;
}
h3{
	font-size:15px;
	font-family:"Lucida sans", georgia ;
}
#overlay{ 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#nextButton, #prevButton{
	cursor:pointer;
}
