#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

/* Anzeige des Originalbildes mit Rahmen */
#outerImageContainer{ 
	position: relative; 
	background-color: #fff; /* Rahmenfarbe */
	width: 250px; 
	height: 250px;
	margin: 0 auto; /* Bild wird in der horizontalen Mitte angezeigt */
	/*margin-top: 0px;*/ /* Hier stellt man die Höhenposition des Fensters ein */
	padding: 10px 30px 10px 30px; /* Rahmenbreite ums Bild */
}
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
/* Position der Navigationsfelder next/prev */
#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%; background-image: url(data:image/gif;base64,AAAA); /*Trick IE into showing hover*/  display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/Navigation/linksfilled01_30.gif) left 50% no-repeat;}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/Navigation/rechtsfilled01_30.gif) right 50% no-repeat;}

/* Beschreibungsfeld (Bildtitel etc.) */
#imageDataContainer{ 
	font: 10px Arial, Verdana, Helvetica, sans-serif; 
	background-color: #fff; /* Hintergrundfarbe */
	line-height: 1.4em; 
	/*overflow: auto;*/
	width: 70%	; 
	margin: 0 auto;
	padding: 10px 30px 10px 30px; /* Rahmenbreite ums Bild */
}

#imageData{	padding:0 10px; color: #666; }
/* Text innerhalb des Beschreibungsfelds: Linksbündig auf den ersten 70% des Platzes */
#imageData #imageDetails{ width: 100%; float: center; text-align: center; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: center; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ height: 10px; float: center;  padding-bottom: 0.7em; outline: none;}	 	

/* Hintergrund, der die Seite überblendet */
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 600px; background-color: #fff; }
