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

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

/////////////////////////////////////////////////// */

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#lightbox {position: absolute;top: 223px;left: 0;width: 100%;z-index: 100;text-align: center;line-height:0px;}
#lightbox a img{ border: none; }
#outerImageContainer{background-color: #FFFFFF;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px 10px 10px 10px;position: relative;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height:0px;}
#hoverNav{position: absolute;top: 16px;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../prev.gif) 0 45% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../next.gif) 100% 45% no-repeat; }
#imageDataContainer{font-size:1.2em;background:#FFFFFF url(design/bg-impacts-klein.gif) no-repeat 95% 0;margin: 0 auto;line-height: 1.4em;}
#imageData{color:#000000;padding:0 10px;}
#imageData #imageDetails{width: 90%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#bottomNavClose{position: absolute;right:-0px;top:-0px;z-index: 12;}
#bottomNavClose img {height:18px;width:20px;}	
#overlay {position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}

