#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;

	}
	
	


div[id=nw] {
background-image: url(/bilder/light/shadow2/nw.png);
background-repeat: no-repeat;
}

div[id=no] {
background-image: url(/bilder/light/shadow2/no.png);
background-repeat: no-repeat;
background-position: top right;
}

div[id=so] {
background-image: url(/bilder/light/shadow2/so.png);
background-repeat: no-repeat;
background-position: bottom right;
}

div[id=sw] {
background-image: url(/bilder/light/shadow2/sw.png);
background-repeat: no-repeat;
background-position: bottom left;
}

div[id=n] {
height: 30px;
background-image: url(/bilder/light/shadow2/n.png);
background-repeat: repeat-x;
margin: 0px 30px;
}

div[id=s] {
height: 30px;
background-image: url(/bilder/light/shadow2/s.png);
background-repeat: repeat-x;
margin: 0px 30px;
}

div[id=w] {
background-image: url(/bilder/light/shadow2/w.png);
background-repeat: repeat-y;
}

div[id=imageContainer] {
background-image: url(/bilder/light/shadow2/o.png);
background-position: right;
background-repeat: repeat-y;
margin-left: 30px;
}     

div[id=imageContainer] img {
margin-right: 30px;
}  


#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;

	width: 250px;
	height: 250px;
	margin: 0 auto;

	
	
	}

      

#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;}

#prevLink, #nextLink{
	width: 39%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { margin-left: 0px; float: left;}
#nextLink { margin-right: 0px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/bilder/light/pre.png) left 25% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/bilder/light/nexa.png) right 25% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-image: url(/bilder/light/yellow_new.png);
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
position: absolute;
bottom: -35px;
left: 40px;
width: 50%;

border: 1px solid #666;
padding-top: 5px;
	}


#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

#bottomNav {
position: absolute;
top: 19px;
left: 9px;
width: 30px;
height: 30px;
z-index: 200;
}		
			
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}
