#overlay {
	background: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	cursor: pointer;
}

#lightbox {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	z-index: 2;
	text-align: center;
	line-height: 0;
}

#AfbeeldingContainer, #AfbeeldingDataContainer {
	background: #ffffff;
	position: absolute;
	left: 50%;
	overflow: hidden;
}

#Image {
	margin: 0 auto 0 auto;
	padding: 0px;
	display: block;
	border: 10px solid #ffffff;
}

.Laden {
	background: url(images/loading.gif) no-repeat center #ffffff;
}

#VorigeLink, #VolgendeLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#VorigeLink {
	left: 0;
}
	
#VorigeLink:hover {
	background: transparent url(images/vorige_btn.gif) no-repeat 0% 15%;
}
	
#VolgendeLink {
	right: 0;
}

#VolgendeLink:hover {
	background: transparent url(images/volgende_btn.gif) no-repeat 100% 15%;
}

#AfbeeldingData {
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 10px;
}

#AfbeeldingDetails {
	width: 70%;
	float: left;
	text-align: left;
}
	
#Titel {
	font-weight: bold;
}

#NummerDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
			
#Close {
	background: transparent url(images/close_btn.gif) no-repeat center;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0 5px 0;
	padding: 0;
	}
	
/**************************************************************
** Fotoboek navigatie Styles
***************************************************************/
.NavigatieVeld {
	background: #97b6c6;
	width: 676px;
	margin: 0px;
	padding: 2px;
	float: left;
}

.NavLinks {
	width: 15%;
	float: left;
}

.NavMidden {
	width: 70%;
	text-align: center;
	float: left;
}

.NavRechts {
	width: 15%;
	text-align: right;
	float: left;
}

.aantal_keuze {
	background: #97b6c6;
	margin: 0;
	padding: 2px 0 2px 0;
	text-align: center;
}