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

#lightbox a img{
	border: none;
}

#project{
	position: absolute;
	left: 50%;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	top: 50%;
	height: 100%;
}

#project a img{
	border: none;
}

#outerImageContainer{
/*is wat je als eerste achtergrond ziet verschijnen*/
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
/*als je deze padding weghaalt zie je alleen de bovenste rand verdwijnen*/
	padding: 10px;
}


#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	/*height: 25%;*/
	height: 100%;
	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{
	width: 49%;
	height: 100%; /* Trick IE into showing hover */
	display: block;
	background-color: transparent;
	background-image: url(images/blank.gif);
	background-repeat: no-repeat;
}

#prevLink {
	left: 0;
	float: left;
	margin-left:-40px;
	/*margin-top:240px;*/
	/*background-image: url(../images/prev.gif);*/
	background-image:url(../images/foto_gallery/prev.gif);
	background-repeat: no-repeat;
	background-position: left top /* 15%*/;
}
/*ie6*/
* html #prevLink {
	margin-left:0px;
	margin-top:0px;
}

#nextLink {
	right: 0;
	float: right;
	margin-right:-40px;
	/*margin-top:240px;*/
	/*background-image: url(../images/next.gif);*/
	background-image:url(../images/foto_gallery/next.gif);
	background-repeat: no-repeat;
	background-position: right top/* 15%*/;
}
/*ie6*/
* html #nextLink {
	margin-right:0px;
	margin-top:0px;
}

#prevLink:hover, #prevLink:visited:hover {
	/*background-image: url(../images/prev.gif);*/
	background-image:url(../images/foto_gallery/prev.gif);
	background-repeat: no-repeat;
	background-position: left top /* 15%*/;
}
#nextLink:hover, #nextLink:visited:hover {
	/*background-image: url(../images/next.gif);*/
	background-image:url(../images/foto_gallery/next.gif);
	background-repeat: no-repeat;
	background-position: right top/*15%*/;
}


#imageDataContainer{
/*als je hier de margin op 0 zet, verschuift de tekst onder het plaatje naar links*/
	/*font: 1.3em Verdana;*/
	/*background-color:#7d311f;*/
	background-color:#FFFFFF;
	margin: 0 auto;
	line-height: 1.6em;
	overflow: auto;
	/*width:100%;*/
	width:100px;
	padding-bottom:0px;
}

#imageData{
/*dit is de padding van de tekst die onder de image verschijnt*/
	padding:0px 10px 0px 10px;
	color: #666;
}

#imageData #imageDetails{
	width: 80%;
	float: left;
	text-align: left;
}	
#imageData #caption{
/*dit is de specificatie van de tekst die onder de image verschijnt*/

	/*font-weight: bold;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#333333;
}

#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1em;
}			

#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
		
#overlay{
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
/*	height:100%; */
	height:200%;
	background-color:#7d2823;
}
