#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; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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;}

#prevLink1, #nextLink1, #prevLink12, #nextLink12, #prevLink13, #nextLink13, #prevLink14, #nextLink14, #prevLink15, #nextLink15 { 
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

/* Deutsch */
#prevLink1 { left: 0; float: left; background: url(../images/prevlabel1.gif) left 0% no-repeat;}
#nextLink1 { right: 0; float: right; background: url(../images/nextlabel1.gif) right 0% no-repeat;}

#prevLink1:hover, #prevLink1:visited:hover { background: url(../images/prevlabel1.gif) left 0% no-repeat; }
#nextLink1:hover, #nextLink1:visited:hover { background: url(../images/nextlabel1.gif) right 0% no-repeat; }

/* English */
#prevLink13 { left: 0; float: left; background: url(../images/prevlabel13.gif) left 0% no-repeat;}
#nextLink13 { right: 0; float: right; background: url(../images/nextlabel13.gif) right 0% no-repeat;}

#prevLink13:hover, #prevLink13:visited:hover { background: url(../images/prevlabel13.gif) left 0% no-repeat; }
#nextLink13:hover, #nextLink13:visited:hover { background: url(../images/nextlabel13.gif) right 0% no-repeat; }

/* Francaise */
#prevLink12 { left: 0; float: left; background: url(../images/prevlabel12.gif) left 0% no-repeat;}
#nextLink12 { right: 0; float: right; background: url(../images/nextlabel12.gif) right 0% no-repeat;}

#prevLink12:hover, #prevLink12:visited:hover { background: url(../images/prevlabel12.gif) left 0% no-repeat; }
#nextLink12:hover, #nextLink12:visited:hover { background: url(../images/nextlabel12.gif) right 0% no-repeat; }

/* Polnisch */
#prevLink14 { left: 0; float: left; background: url(../images/prevlabel14.gif) left 0% no-repeat;}
#nextLink14 { right: 0; float: right; background: url(../images/nextlabel14.gif) right 0% no-repeat;}

#prevLink14:hover, #prevLink14:visited:hover { background: url(../images/prevlabel14.gif) left 0% no-repeat; }
#nextLink14:hover, #nextLink14:visited:hover { background: url(../images/nextlabel14.gif) right 0% no-repeat; }

/* Espanol */
#prevLink15 { left: 0; float: left; background: url(../images/prevlabel15.gif) left 0% no-repeat;}
#nextLink15 { right: 0; float: right; background: url(../images/nextlabel15.gif) right 0% no-repeat;}

#prevLink15:hover, #prevLink15:visited:hover { background: url(../images/prevlabel15.gif) left 0% no-repeat; }
#nextLink15:hover, #nextLink15:visited:hover { background: url(../images/nextlabel15.gif) right 0% 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: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-top: 1.0em;	}			
#imageData #bottomNavClose{float: right;  padding-top: 1.0em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
