#lightbox{ 
position: absolute;
left: 0; 
width: 100%; 
z-index: 100; 
text-align: center; l
ine-height: 0; 
top: 227px !important; 
}

#lightbox img{ 
width: auto; 
height: auto;
}

#lightbox a img{ 
border: none; 
}

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

#imageContainer{ 
padding: 0px; 
}

#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-image: url(data:image/gif;
base64,AAAA); /* Trick IE into showing hover */ 
display: block; 
}


#prevLink { 
	left: 0; 
	float: left;
	display: block;
	

	width: 180px;
	}

#nextLink { 
	right: 0; 
	float: right;
	display: block;
	

	width: 180px;
	}
#prevLink:hover, #prevLink:visited:hover { 
background: url(../images/lightbox/prevlabel.png) no-repeat; 
background-position: 0px 192px; 
}

#nextLink:hover, #nextLink:visited:hover { 
background: url(../images/lightbox/nextlabel.png) no-repeat; 
background-position: 122px 192px; 
}


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

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

#imageData #imageDetails{ 
padding: 10px 10px 10px 10px; 
width: 70%;
float: left; 
text-align: left; 
}
	
#imageData #caption{ 
font-family: Helvetica, Arial; 
font-size: 14px ; 
font-weight: bold; 
color: #530031; 
letter-spacing: -1px; 
border-bottom: 1px dotted #530031; 
}

#imageData #numberDisplay{ 
font-family: Georgia, "Times New Roman" , Times, serif; 
font-size: 10px; 
background-color: #fff;
display: block; 
clear: left; 

}
			
#imageData #bottomNavClose{ width: 80px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{
	position: absolute;
	top: 227px !important;
	left: 50% !important;
	margin-left:-375px!important;
	z-index: 90;
	width: 780px!important;
	height: 500px!important;
}



/* Iframe CSS */
#lightboxIframe {
	z-index: 20;
	display: block;
	border: none;
	border-top: 1px solid #ddd;
	height: 500px;
	width: 780px;
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#lightboxImage {
	position: absolute;
	top: 0px;
	left: 0px;
	}