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

#lightbox a img { 
	border: none; 
}

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

#imageContainer {
	padding: 10px;
	border: none;	
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	border: none;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	border: none;
}

#imageContainer>#hoverNav { 
	left: 0;
	border: none;
}

#hoverNav a { 
	outline: none;
	border: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	border: none;
}

#prevLink { 
	left: 0; 
	float: left;
	border: none;
}

#nextLink { 
	right: 0; 
	float: right;
	border: none;
}

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

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


#imageDataContainer{
	font-family: "Helvetica", sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	border-top: 1px dotted #BBBBBB;
}

#imageData {	
	padding:10px 10px; 
	color: #000000;
	border: none; 
}

#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left;
	border: none; 
}	

#imageData #caption { 
	font-weight: bold;
	border: none;
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	border: none;	
}	
		
#imageData #bottomNavClose { 
	width: 66px; 
	float: right;
	padding-bottom: 0px;  
	border: none;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}