/* ----------------------------------------------------
source:   http://www.huddletogether.com/projects/lightbox2/

author:   Ralph Scholze - http://www.webpixelkonsum.de 
email:    info@webpixelkonsum.de
title:    Stylesheet Medium Sreen
version:  o1.o3.2oo8 Version 2oo8.3
website:  http://www.das-zenSuR.de

Inhaltsverzeichnis

o1. Lightbox
------------------------------------------------------- */

/* o1. ________ Lightbox ________ */

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

#lightbox a img{ 
	border: none;
	}

#outerImageContainer{
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
	}

#imageContainer{
	padding: 10px;
	}

#loading {
	height: 25%;
	line-height: 0;
	left: 0%;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
	}
	
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav{ 
	left: 0;
	}
	
#hoverNav a{
	outline: none;
	}

#prevLink, #nextLink{
	background: transparent url(../images/Bildgalerie/BildgalerieNavigation/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	height: 100%;
	width: 49%;
	}
	
#prevLink { 
	float: left;
	left: 0;
	}
	
#nextLink { 
	float: right;
	right: 0;
	}
	
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/Bildgalerie/BildgalerieNavigation/prev.gif) left 15% no-repeat;
	}
	
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/Bildgalerie/BildgalerieNavigation/next.gif) right 15% no-repeat;
	}

#imageDataContainer{
	background-color: #fff;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }

#imageData a:link, #imageData a:hover {
	background-color: #fff;
	text-decoration: none;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
			
#imageData #bottomNavClose{ 
	float: right;
	padding-bottom: 0.7em;
	}	
		
#overlay{
	background-color: #000;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;	
	}