#lightbox{
	font-family: "Myriad Pro";
	font-size: 15px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
	color: #105e8b;
}
#overlay{ position:absolute; top: 0; left: 0; z-index: 9000; width: 100%; height: 100%; background-color: #;  }

#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #105e8c;
	width: 480px;
	height: 480px;
	margin: 0 auto;
	background-attachment:fixed;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#imageContainer{ padding: 10px; }
#imageContainer img{ }

#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-color: #fff;
	line-height: 1.4em;
	overflow: hidden;
	width: 480px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#FFFFFF;
	border-bottom: 8px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#imageData{	padding:0 10px; color: #666; color:#404d95; font-family: "Myriad Pro";
	font-size: 15px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; padding-top:5px;
 }	
#imageData #caption{
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #105e8b;
	font-weight: bold;
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 20px;
	font-size:12px;
	color:#00b3b7;
	font-family: "Myriad Pro";
	font-weight: bold;
}			
#imageData #bottomNavClose{
	width: 73px;
	float: right;
	padding-top: 10px;
	padding-bottom: 0.7em;
	outline: none;
	padding-right: 0px;
}	 	

