/* lightbox styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#closer {height:25px;width:25px;margin:0 auto;position:relative;bottom:-23px;}

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#lightboxCaption{ background:#000; color: white; font-family:Verdana, Arial, Helvetica, sans-serif; font:Verdana, Arial, Helvetica, sans-serif; font-size:12px; height:auto; position: absolute; top:10px; left: 10px; padding:50px 25px; line-height:19px; z-index:11; text-align:left;}

#captionToggle, #infoToggle{ color:#A8905C;cursor:pointer;display:block;float:right;margin-right:8px; }

#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: 80%; 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;}
#infoLink { width: 100%; height: 70px; display: block; float: right; position: relative;}
.iLoff:hover {background: url(/global/images/infolabel.gif) bottom center no-repeat;}
.iLon:hover {background: url(/global/images/infolabelb.gif) bottom center no-repeat;}

#prevLink:hover, #prevLink:visited:hover { background: url(/global/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/global/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: hidden; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ padding-bottom: 10px; }
.info3 {float:left; padding-bottom:10px;}
#imageData #numberDisplay{ display: block; float: right; text-align:right; padding-bottom: 1.0em;	}
#numberDisplayIE { display: block; float: right; text-align:left; position:relative; right:20px; margin-left:20px; }

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Added as part of the new photo-eye lightbox -- styles the hanging menu */
	#lightboxMenu {
		position: relative;
		top: 7px;
		font-size: 8px;
		color: #aaa;
		font-family: Arial, Verdana, Sans-serif;
		text-align: left;
		text-transform: uppercase;
		margin: 0 auto;
		cursor: pointer;
		line-height: normal;
	}
	
		#lightboxMenu .LBmenu:hover {
			color: #A8905C;
		}
	
		#lightboxMenu div {
			height: 10px;
			width: 33%;
		}
		
		#lightboxMenuItem1 {
			float: left;
			text-align: left;
		}
		
			#lightboxMenuItem1 div {
				width: 100%;
			}
		#lightboxMenuItem2 {
			float: right;
			text-align: right;
		}
		
		#lightboxMenuItemNavbox {
			float: left;
			text-align: center;	
		}
		
			#lightboxMenuItem3 {
				padding-right:10px;
			}
			
			#lightboxMenuItem3b {
			
			}
			
			#lightboxMenuItem4 {
				padding-left:10px;
			}
	
	#linkToMeWin {
		font-size: 12px;
		font-family: Arial, Verdana, Sans-serif;
		background: #666;
		color: #ddd;
		border:1px solid #333;
		position: absolute;
		line-height: normal;
	}
	
	#linkToMeWinTop {
		background: #333;
		font-size: 8px;
		height: 12px;
		padding: 1%;
		text-align: left;
		text-transform: uppercase;
		width: 98%;
	}
	
	#linkToMeDisp {
		background: white;
		color: #333;
		padding: 4px;
		float: left;
	}
	
	#linkToMeSend {
		float: right;
		text-transform: uppercase;
		font-size: 10px;
		padding: 4px;
	}
	
		#linkToMeSend a {
			text-decoration: none;
			color: white;
		}


