#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; margin-top: -30px; }
#lightbox img{ width: auto; height: auto; border: 1px solid #fff; }
#lightbox a img{ border: none; }
#lightbox a{ color: #fff; }

#outerImageContainer{ position: relative; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 0px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; 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;}

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

#imageDataContainer{ font: 11px Verdana, Helvetica, sans-serif; margin: 0 auto; line-height: 1.4em; overflow: none; width: 100%	; }

#imageData{	padding:0px 10px 0px 0px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ display: block; clear: left; padding-bottom: 1.0em; padding-top: 10px; }
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;	}			
#imageData #close{ width: 66px; float: right;  outline: none; margin-top: 15px; background: url(../../../Afbeeldingen/Lightbox/closelabel.gif); border: 1px solid #fff;}
#imageData #close a{ display: block; height: 23px; width: 66px;}

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

#slideShowControl{ top: 0px; left: 1px; background-color: #000; padding: 5px; position: absolute; z-index: 1; display: none; }
