#lightbox{
	position: absolute;
	left: 0px;
	top:0px;
	width: 0px;
	z-index:0;
	text-align: center;
	line-height: 0;
	background-color:#000;
	}

#lightbox a img{
	border: 0;	
	background-color:#000;
	
}

#lightbox img{
	margin:0;
	padding:0;
	position: relative;
	border: 0;
}

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

#imageContainer{
	padding: 0px;
	background-color: #000;
	}

#loading{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index:10004;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 0px;
	height: 0px;
	background: transparent url(vuota.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(vuota.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(vuota.gif) right 15% no-repeat; }


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

#imageData{	padding:0 0px; color: #000; }
#imageData #imageDetails{ width: 0px; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0px;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index:10003;
	width: 0px;
	height: 0px;
	background-color: #000;
	}
