#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; border-left: 1px solid lightgrey; border-right: 1px solid lightgrey; border-bottom: 1px solid lightgrey;}
#imageContainer{ padding: 25px;  padding-top:0; }

#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; }*/
#hoverNav{ position: relative; }
/*#imageContainer>#hoverNav{ left: 0;}*/
#Nav a{ outline: none;}

#Nav {
 float: left;
 height: 12px;
}

#Nav img {
 vertical-align: middle;
}

#prevLink{ width: 12px; height: 12px; background: url('/gfx/wstecz.gif') left top no-repeat; /* Trick IE into showing hover */ display: inline;  float: left;}
#nextLink{ width: 12px; height: 12px; background: url('/gfx/dalej.gif') left top no-repeat; /* Trick IE into showing hover */ display: inline; float: left;}
#prevLink { display: block; width: 12px; height: 12px;line-height: 1.4em}
#nextLink { display: block; width: 12px; height: 12px;line-height: 1.4em}
#prevLink:hover, #prevLink:visited:hover { background: url('/gfx/wstecz.gif') left top no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('/gfx/dalej.gif') left top no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 5px auto 0 auto; line-height: 1.4em; overflow: auto; width: 99%; padding-top: 5px; border-left: 1px solid lightgrey; border-right: 1px solid lightgrey; border-top: 1px solid lightgrey;}

#imageData{	padding:0; color: #000 !important; width: 170px; margin: 0 auto;}
#imageData a {color: #000;}
#imageData #imageDetails{ width: auto; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	float: left; margin-right: 20px;}			
#imageData #bottomNavClose{ width: 66px; float: left;  padding-bottom: 0.7em; outline: none;}	 	

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