#lightbox{
	position: fixed;
	top: 20px;
	left: 0;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
  margin: 0 50%;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background: rgba(0,0,0,0.5);
	width: 250px;
	height: 250px;
	margin: 0 auto;
  border-radius: 7px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prev_hover.png") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("images/next_hover.png") left 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
  color: white;
	background-color: rgba(0,0,0,0.5);
	margin: 0 auto;
	line-height: 1.4em;
  border-radius: 0 0 7px 7px;
  height: auto;
	}
  /*
#outerImageContainer:hover + #imageDataContainer{
 display:block;
 border-radius: 0 0 7px 7px;
}

#outerImageContainer:hover {
 border-radius: 7px 7px 0 0 ;
}

#imageDataContainer:hover {
 display:block;
}
*/
#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; padding-bottom: 7px;}
#caption{
  font-weight: bold;
  display: block;
  font-size: 9pt;
  margin-bottom: 5px;
  }
#numberDisplay{
  display: block;
  float: left;
  padding: 10px 10px 0 0;
  font-size: 10pt;
  }
#detailsNav{ display: block; float: left; padding:5px;	}
#prevLinkDetails {
	display:block;
	margin:0;
	padding:0 2px;
	text-decoration:none;
	float:right;
	width:34px;
	height:34px;
	background:url("images/prev.png") no-repeat;
	overflow:hidden;
 }		

#prevLinkDetails:hover {
	background:url("images/prev_hover.png") no-repeat;
 }

#nextLinkDetails {
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	float:right;
	width:34px;
	height:34px;
	background:url("images/next.png") left 15% no-repeat;
	overflow:hidden;
 }	

#nextLinkDetails:hover {
	background:url("images/next_hover.png") no-repeat;
 }

#slideShowControl {
	display:block;
	margin:0;
	padding:0 2px;
	text-decoration:none;
	float:right;
	width:34px;
	height:34px;
	background:url("images/start.png") no-repeat;
	overflow:hidden;
 }

#slideShowControl:hover {
	background:url("images/pause.png") no-repeat;
 }

#closeLink {
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	float:right;
	width:48px;
	height:48px;
	background:url("images/close.png") no-repeat;
	overflow:hidden;
}	

#closeLink:hover {
	background:url("images/close_hover.png") no-repeat;
}
		

#close {
	padding-top: 10px;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	