#lightbox{	font-family: Arial, Helvetica, sans-serif; font-size: 13px; position: absolute;	left: 0; width: 100%; z-index: 100000; text-align: center; line-height: 0; color: #2A4769;}
#overlay{ position:absolute; top: 0; left: 0; z-index: 9000; width: 100%; height: 100%; background-color: #000000;  }

#lightbox img{
	width: auto;
	height: auto;
	border: 1px solid #d4d7e9;
}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #bcbc8c; width: 250px; height: 250px; margin: 0 auto; /*background-image:url(../../bg.gif);*/ background-attachment:fixed; 
border-top: 2px solid #000000;
border-bottom: 2px solid #000000; 
border-left: 2px solid #000000;
border-right: 2px solid #000000;
}
#imageContainer{
	padding: 10px;
	background-color: #bcbc8c;
}
#imageContainer img{ border: 1px solid #FFFFFF;}

#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: 0px ;
right:-2px !important;
right: -2px; float: right;}
#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; }
#prevLink, #prevLink:visited { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:visited { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#636e6b;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
}

#imageData{	padding:0 10px; color: #666; color:#404d95; font-family: "Century Gothic", Arial, Helvetica, sans-serif; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; padding-top:5px;
 }	
#imageData #caption{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-transform: uppercase;
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-family: "Tahoma";
	font-size:10px;
	font-weight:normal;
	color:#feffff;
}			
#imageData #bottomNavClose{ width: 40px; float: right; padding-top: 20px; padding-right:20px;  padding-bottom: 0.7em; outline: none;}	 	

