@charset "UTF-8";

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	top:351px!important;
	
	}
	
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #999999;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: solid 8px #000000;
	}

#imageContainer{ padding:5px;

	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
/*
#hoverNav{ height: 27px; }
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background:  url(../images/blank.gif) no-repeat;  Trick IE into showing hover 
	display: block;
	background-color:#FF6600;
	
	}*/
	
#prevLink { left: -68px; top:200px; float: left;  background: url(../images/prevlabel_01.gif) left top no-repeat; width:61px; height:27px; position:absolute; display:block; }

#nextLink { right:-69px; top:200px; float: right;  background: url(../images/nextlabel_01.gif) right top no-repeat; width:61px; height:27px; position:absolute; display:block; }

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel_01.gif) left top no-repeat; width:61px; height:27px; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel_01.gif) right top no-repeat; width:61px; height:27px;}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	border:solid 8px #000000;
	}

#imageData{	padding:0 10px; color: #666; }

#imageData a { text-decoration:none; color: #FF9900;}
#imageData a:hover { text-decoration:underline;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left;  }	
#imageData #caption{ font-weight: bold; color: #ffffff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#c1c1c1;}			

#imageData #bottomNavClose img { width: 62px; height: 22px; display:block; float: right;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}