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

#lightbox a img{ 
	border: none; 
}

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

#imageContainer{ 
	padding: 5px; 
}

#loading{ 
	position: absolute; 
	top: 50%; 
	left: 0%; 
	height: 10%; 
	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-image: url(data:image/gif;base64,AAAA);
	display: block;
	font-size: large;
	font-weight: bold;
	color: #000000;

}

#prevLink {
	left: 0;
	float: left;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;


}

#nextLink {
	right: 0;
	float: right;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;


}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}

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

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

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #333333;

}
	
#imageData #caption{
	font: bold normal medium "Times New Roman", Times, serif;
	color: #000000;
	text-transform: none;

}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
}	
 	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}

body{
	background-color: #000000;
}

#wrapper{
	position: relative;
	text-align : left;
	margin-left: 18%;
	margin-right: 18%;
	top: 0;
}

#footer{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: center;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	left: 1px;
	top: 770px;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

a:active{
	color: #FFFFFF;
	text-decoration: none;
}
