#lightbox {
	position:relative;
	top:-1352px;
	z-index:1002;
	width:1024px;
	margin:auto;
	height:470px;
}
#overlay {
  position:relative;
  top:-868px;;
  margin:auto;
  z-index:1001;
  width:1024px;
  height:526px;
  overflow:hidden;
  background:url(pix/bg_detail2.gif) repeat-x;
}	
#lightbox a img { border:none; }
#outerImageContainer {
	position:relative;
	background:rgb(0,0,0);
	width:250px;
	height:250px;
	margin:0 auto; 
  z-index:201;
}
#outerImageContainer img {
  display:block;  
  z-index:202;
}  
#shadow {
  width:25px;
  height:25px;
  margin:auto;
  position:relative;
  background:rgb(0,0,0);
  z-index:200;
 }
#loading {
	position:relative;
	top:109px;
	left:109px;
	}
#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:transparent url(pix/spacer.gif) no-repeat; /* 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; }
#imageDataContainer {
  background:rgb(0,0,0);
  position:relative;
  z-index:202;  
  margin:auto;
  width:100px;
}
#imageData img {
  display:block;
  padding:5px 0pt 0pt 10px;
  position:relative;
  top:2px;
}
#imageDetails { 
  position:relative;
  background:rgb(0,0,0);
  margin:auto;
  padding:4px 0 4px 0;
  width:150px;
  display:none;
}	
#imageDetails h1 { 
  font:bold 12px georgia, times new roman, times, serif;
  color:rgb(240,240,240);
}
#numberDisplay, #caption { 
  font:normal 12px/15px verdana;
  color:rgb(255,255,255);
  display:block;
  width:130px;
  margin:0 10px 11px 10px;
}
#numberDisplay { font-size:10px; }			
.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 */
}	
	

