/***********************************************/
/*** Schweinfurth & Bender		             ***/
/*** GALLERY CSS                             ***/
/*** CREATED BY UPSHAPES INTERACTIVE         ***/
/*** www.upshapes.de                         ***/
/***********************************************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: left; line-height: 0;}
#lightbox img{ width: auto; height: auto; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; margin: 0 auto; margin-top: -46px; }
#imageContainer{ padding: 0px; }

#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;}

#closeButton{ right: 5px;}

#imageDataContainer{ background-color: #ffffff; margin: 0px auto; line-height: 1.4em; overflow: auto; width: 100%; }
#caption{ font: 11px Verdana, sans-serif; font-weight: bold; color: #474747; display:block; }
#numberDisplay{ font: 11px Verdana, sans-serif; font-weight: normal; color: #474747; display:block; margin-bottom:10px;}
#imageData{ margin:10px; }
#imageDetails{ float: left; }
#bottomNav{ float: right; margin-bottom:10px;}

#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(../../grafik/gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../grafik/gallery/nextlabel.gif) right 15% no-repeat; }	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #e6e9ed; }

