#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	height: 600px;
}
#lightbox img{
	width: auto;
	height: auto;
	border: 2px solid #FFFFFF;
}
#lightbox a img{ 
border: none; 
}

#outerImageContainer{
	position: relative;
	width: 0px;
	height: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #7E8F5B;
}
#imageContainer{
	padding: 2px;
}

#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: 0px;
	float: left;
}
#nextLink { 
right: 0; 
float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/general/prevlabel.gif) 
left 15% no-repeat;
	left: 4px;
}
#nextLink:hover, #nextLink:visited:hover { 
background: url(../images/general/nextlabel.gif) 
right 15% no-repeat; 
}

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

#imageData{
	padding:0 10px;
	color: #CCCCCC;
}
#imageData #imageDetails{ 
width: 70%; 
float: left; 
text-align: left; 
}	
#imageData #caption{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}			
#imageData #bottomNavClose{
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	
	a.thumb:link {
	color: #FFFFFF;
	border: thin solid #FFFFFF;
}
a.thumb:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: thin solid #CCCCCC;
}
    
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
.backtoevents {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 10px;
}
.bodyRedux {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 17px;
}
a.smallLink:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
.body02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
}
.bodyRedux02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
