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

#lightbox a img{ border: none; margin:0 auto; overflow:hidden}

#outerImageContainer{
	position: relative;
	background:#9b2a29;
	padding:15px 30px 25px 15px;
	margin: 0 auto;
	overflow:hidden;
	}

#imageContainer{
	padding: 15px;
	overflow:hidden;
}

#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{
	background:#0f0;
	width: 49%;
	margin:0 5px;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	}
#prevLink { left: 0; float: left;	top: 0; background:url(../immagini/sx.jpg) no-repeat 50% 60%; width:20px; }
#nextLink { right: 0; float: right; top: 0; background:url(../immagini/dx.jpg) no-repeat 50% 60%;; width:20px; }

#prevLink:hover, #prevLink:visited:hover {}
#nextLink:hover, #nextLink:visited:hover {}


#imageDataContainer{
	font:11px Arial, Helvetica, sans-serif;
	background-color: #8c1a19;
	margin: 0 auto;
	color:#fff;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	
}

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