/* ////////////////// Lightbox/ Textbox CSS //////////////////

Project: nacht.at
Autor:   Sindre Wimberger // wimberger@echonet.at
Company: echonet communication gmbh
		  schottenfeldgasse 24, 1070 vienna
	  	  http://www.echonet.at
Created: 30.11.2006
Modified: 

/////////////////////////////////////////////////// */
#lightbox { position:absolute;top:223px;height:0;left:0;font-size:1.4em;width:100%;z-index:100;text-align:center;line-height:0; }
#lightbox a img{ border:none; }
#loading { position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0; }
#hoverNav { margin:0 auto 10px;position:relative;width:250px;z-index:10; }
#hoverNav #numberDisplay { color:#000;display:block;line-height:30px;text-align:center;width:100%;background:url(lightbox/browse.gif) no-repeat 50% 0%;font-size:0.72em; }
#hoverNav a { outline:none; }
#prevLink, #nextLink { background:transparent url(lightbox/blank.gif) no-repeat;width:49%;height:100%;top:0;position:absolute;display:block; }
#prevLink { float:left;left:0; }
#nextLink { float:right;right:0; }
#prevLink img { position:absolute;right:120px;top:0; }
#nextLink img { position:absolute;left:120px;top:0; }

/*#prevLink { background:url(lightbox/prev.gif) no-repeat top right; left:0; float:left; }
#nextLink { background:url(lightbox/next.gif) no-repeat top left;right:0; float:right; }
#prevLink:hover, #prevLink:visited:hover {  }
#nextLink:hover, #nextLink:visited:hover {  }*/

#outerImageContainer { position:relative;background-color:#000;width:250px;height:250px;margin:0 auto;padding-top:20px; }
#imageContainer {  }
#imageContainer img {  }
#imageDataContainer { margin:0 auto;font-size:0.72em;line-height:1.4em;color:#fff;background:#000 url(lightbox/logo.gif) no-repeat 97% 0%; }
#imageData { padding:0; }
#imageData #imageDetails { width:70%; float:left; text-align:left;padding:0 20px 24px 20px; color: #006BC5; }	
#imageData #caption { text-transform:uppercase; display: block; font-weight: 900; }

/*#bottomNav { color:#fff;margin:10px auto 0;position:relative;text-align:center;width:250px;z-index:100; }*/
/*#bottomNav a { color:#fff;line-height:1.4em;font-size:0.72em; }
#bottomNavClose img { height:10px;width:10px; }	*/
#overlay { position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;background-color:#000;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; }


#bottomNav { top:0px;left:0;position:absolute; }
#bottomNav a#bottomNavClose {  }
#bottomNav a#bottomNavClose img { height:26px;width:100px; }	
