#lightbox {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0px;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 5px 5px 0px 5px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#imageDataContainer {
	margin: 0 auto;
	height: 20px;
	overflow: hidden;
	width: 100%;
}

#imageData {
	padding: 0px;
	color: #ffffff;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}

#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
}

#floatRight {
	float: right;
}

a#blauweKnop:link, 
a#blauweKnop:visited, 
a#blauweKnop:active, 
a#blauweKnop:hover {
	display: block;
	float: left;
	height: 18px;
	background: url(images/bg-but-blauw.gif) 0px 0px repeat-x;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}

#blauweKnop span {
	float: left;
	display: block;
	padding: 0px 5px 0px 17px;
	height: 18px;
	cursor: pointer;
}
#blauweKnop span#pijlL {
	background: url(images/pijl-l.gif) no-repeat 5px 6px;
}
