#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px 10px 0 10px;
}

#imageContainer img{
	display:block;
	margin-bottom:0;
}

#loading{
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left:-16px;
/*	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: 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(/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font-size: 10px;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	position:relative;
	z-index:200;
	margin-top:-20px;
	}

#imageData{	
	padding:0 10px 0 10px; 
	text-align:left;
}

#imageData #imageDetails{ width: auto; text-align: left; position:absolute; z-index:250; }	
#imageData #caption{ text-align:left; padding:5px; font-size:10px; border-top:10px solid #fff; background-color:#EFEFEF; }
#imageData #numberDisplay{ display: block; font-size:10px; background-color:#fff; padding-right:10px; }			
#imageData #bottomNavClose{ }
#imageData #bottomNavECard{ }	

#imageData #Features{
	background-color:#fff;
	clear:both;
	margin:0 -10px;
	padding:0 10px 10px 10px;
}

#imageData #ECardForm{
	padding:5px;
	border-top:10px solid #fff;
	background-color:#EFEFEF;
}

#imageData #bottomNav{
	background-color:#fff;
	float:right;
	width:auto;
	position:relative;
	z-index:300;
}

#imageData #bottomNav a{
	background-image:url(/bilder/design/schliessen.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:24px;
	font-size:10px;
	margin-left:10px;
	white-space:nowrap;
	cursor:pointer;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#ECardFormForm, #ECardFormForm table{	
	margin:0;
	padding:0;
}

#ECardFormForm label{
	white-space:nowrap;
}