#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;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; background-image:url(../../bg.gif); background-attachment:fixed; 
border: 2px solid #000000;
border-bottom: 1px solid #000000; 

}
#imageContainer{ padding: 10px; }
#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: 0; float: left;}
#nextLink { right: 0; 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{ background:url(../images/content_bg.gif) #fff repeat-x bottom; margin: 0 auto; line-height: 1.4em; overflow: hidden; width: 100%;
border: 2px solid #000000; 
border-top:none;
}

#imageData{	padding:0 10px; color: #666; color:#404d95; font-family: "Century Gothic", Arial, Helvetica, sans-serif; }
#imageData #imageDetails{ float: left; text-align: left; padding-top:5px;
 }
 
#imageData #caption{ 
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #2A4769;
	font-weight:bold;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; font-size:10px; font-weight:normal; color:#45485f;}			
#imageData #bottomNav {float:right;padding-top:15px;}	
#imageData #bottomNavClose{outline: none; width:150px;}