/* 
YSA - Gallery CSS based on Lightbox
STAND 01.08.2007

INDEX
1.0 Styles Lightbox
2.0 Styles Extra
*/ 



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

#lightbox a img{border: 0px;}

#outerImageContainer{
	position: relative;
	border-top:1px solid #5E4837;
	border-left:1px solid #5E4837;
	border-right:1px solid #5E4837;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0 auto; 
	padding: 0 auto;
	text-align: center;
	display:block;
	}

#imageContainer{
	padding: 2 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: 49%;
	height: 100%;
	background: transparent url(../img/img_common/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(../img/img_common/prevlabel.gif) left 20px no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/img_common/nextlabel.gif) right 20px no-repeat; }


#imageDataContainer{
	width: 100%;
	height: 60px;
	margin: 0 auto;
	overflow: 0 auto;
    border-bottom:1px solid #5E4837;
	border-left:1px solid #5E4837;
	border-right:1px solid #5E4837;
	background-color: #ffffff;
	clear:both;	
	font: 11px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	}

#imageData{	padding: 0px 10px 20px 40px; color: #666; }
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 94px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #fff;
	}

#lightbox #imageDataContainer {clear:both;}

