#lightbox{	position: absolute;	left: 0px; top: 0px; width: 100%; height: 100%; z-index: 100; margin: 0px; padding: 0px;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; width: 250px; height: 250px; margin: 0 auto; z-index: 100; }
#imageContainer{ border: 10px solid #647d78; border-bottom: none; position: absolute; left: 0px; top: 0px; z-index: 150; }

#loading{ position: absolute; top: 75px; left: 0px; width: 100%; height: 30px; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 150; display: block; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0px; float: left;}
#nextLink { right: 0px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer
{ 
	background: #252f2e; 
	position: absolute;
	bottom: -83px; left: 0px;
	width: 100%; 
	height: 83px;
	border: 10px solid #647D78;
	border-top: none;
	z-index: 200;
}
#imageData
{	
	color: #666;
	width: 100%;
	height: 83px;
	position: relative;
	z-index: 100;
	margin-bottom: -10px;
	z-index: 200;
}
#imageData #imageDetails
{
	width: 75%; 
	float: left;
	position: relative;
	padding-left: 25px;
	text-align: left; 
	height: 80px;
	z-index: 200;
}	
#imageData #caption
{
	display: block;
	height: 24px;
	width: auto;
	font-size: 15px;
	color: #7a9791;
	margin-top: 20px;
}
#imageData #omschrijving
{
	display: block;
	height: 50px;
	width: 75%;
	line-height: 24px;
	font-weight: normal;	
	font-size: 12px;
}

#imageData #numberDisplay
{ 
	display: block;
	position: absolute;
	right: 75px;
	top: 20px;
	height: 25px;
	width: 150px;
	text-align: right;
	line-height: 24px;
	font-weight: normal;	
	font-size: 12px;
}	

#bottomNav
{
	width: 31px; 
	height: 31px; 
	position: absolute;
	z-index: 250;
	right: 5px;
	bottom: 5px;
	z-index: 1000;
}

#bottomNavClose 
{
	width: 31px; 
	height: 31px; 
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
}

#hoekjeNav
{
	width: 11px; 
	height: 11px; 
	position: absolute;
	right: 0px!important;
	right: -1px;
	bottom: 0px!important;
	bottom: -1px;
	z-index: 250;
	cursor: pointer;
}
		
#overlay
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}
