#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	margin: 0;
	padding: 0;
	margin-top:  0px;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
	position: relative;
}

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

#hoverNav {
	position: relative;
	top: 170px;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: left;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	position: absolute;
	width: 50%;
	margin-top: -72%;
	background-image: url(data:image/gif;base64,AAAA);
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: -1px;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/images/lightbox/prev.jpg) left 50% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/images/lightbox/next.jpg) right 50% no-repeat;
}

#imageDataContainer {
	font: 10px 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: 95%;
	float: left;
	text-align: left;
}

#imageData #caption{
	font-weight: bold;
}

#numberDisplay {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px;
	background: #ffffff;
	z-index: 900;
}

#bottomNavClose {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px;
	background: #ffffff;
	z-index: 900;
}

#klant {
	display: block;
	float: left;
	width: 200px;
	padding-bottom: 21px;
	padding-top: 10px;
	line-height: 16px;
}

#doelstelling {
	display: block;
	float: left;
	width: 500px;
	padding-bottom: 21px;
	padding-top: 10px;
	line-height: 16px;
}

#middelen {
	display: block;
	float: left;
	width: 150px;
	padding-bottom: 21px;
	padding-top: 10px;
	line-height: 16px;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}