#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; }

#outerImageContainer{ position: relative; background-color: #fff; border-bottom:none; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 1px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: relative; z-index: 10; clear: all; width: 120px; float:right;  margin-top:-25px!important; text-align: right; }
#hoverNav a{ outline: none;}

#imageDataContainer{ font: 10px Arial, sans-serif; background-color: #fff; border-top:none; margin: 0 auto; padding:15px 0 15px 0; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 95%; margin-left:15px; float: left; text-align: left; }
#hd{    
	color:#036;
	font-weight:bold;
	font-size:18px;
	padding-bottom:6px;
	border-bottom:1px solid #dde4e9;
	float: right;
	width: 100%;
	horizontal-alignment: left;
   }
#subcaption{    color:#000;
   font-weight:normal;
   font-size:11px;
   padding-bottom:6px;}
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: inline; padding-bottom: 1.0em;	}			
#imageContainer #bottomNavClose{ background: url(/img/closelabel.gif) no-repeat; width:63px; height:27px;}

#nextLink, #prevLink, #numberDisplay {
  font-color: #036;
  font-size:11px;
  padding-left:5px;
  padding-right:5px;
}
#nextLink {
  horizontal-alignment: right;
  background: url(/img/icon_arrow_right.gif) no-repeat right;
}
#prevLink {
  horizontal-alignment: left; 
  background: url(/img/icon_arrow_left.gif) no-repeat left;
}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #fff; }
#closebutton{position:absolute; height:27px; width:63px; top:0; right:0; display:block;}








#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;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	border-bottom:none;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
padding:0;
margin:0;
background-color:#fff;
}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{
	margin-top: -250px !important;
	position:relative;
	z-index:10;
	clear:all;
	width:120px;
	top:35px;
	right:20px;
	text-align:right;
}
#hoverNav a{ outline: none;}
#imageData{
	margin:10px;
	padding-top:10px;
}
#subcaption{
   font-size:11px;
   margin-top:6px;
}
#imageData #caption{
	font-weight: bold; 
	font-size:12px;
	padding-bottom:10px;
	display:block;
}
.bottomNavClose{background: url(/img/lightbox/closelabel.gif) #003333 no-repeat; width:63px; height:27px; z-index:1000; display:block; top:9px; right:10px; position:absolute;}
#nextLink, #prevLink, #numberDisplay {
  font-color: #036;
  font-size:11px;
  padding-left:5px;
  padding-right:5px;
}
#nextLink {
  horizontal-alignment: right;
  background: url(/img/icon_arrow_right.gif) no-repeat right;
}
#prevLink {
  horizontal-alignment: left; 
  background: url(/img/icon_arrow_left.gif) no-repeat left;
}
.center2{
	margin-right:11px;
	margin-left:11px;
}
.borderLeft{
	background: url(/img/lightbox/left.gif) repeat-y;
	width:11px;
	height:100%;
	position:relative;
	float:left;
}
.borderRight{
	margin:0; padding:0;
	background: url(/img/lightbox/right.gif) repeat-y;
	width:11px;
	height:100%;
	position:relative;
	float:right;
}
.borderLeft2{
	background:url(/img/lightbox/left.gif) repeat-y;
	width:11px;
	height:100%;
	position:relative;
	float:left;
	margin-top:-12px;
}
.borderRight2{
	background:url(/img/lightbox/right.gif) repeat-y;
	width:11px;
	height:100%;
	position:relative;
	float:right;
	margin-top:-12px;
}
.borderTop2{
	background:transparent;
	height:0px;
	width:100%;
	position:relative;
	clear:both;
}
.borderTop{
	background:url(/img/lightbox/top.gif) repeat-x;
	height:11px;
	width:100%;
	position:relative;
	clear:both;
}
.borderBottom{
	background: url(/img/lightbox/bottom.gif) repeat-x;
	height:11px;
	width:100%;
	position:absolute;
	bottom:0;
}

.topLeftCorner{
	background:url(/img/lightbox/top-left.gif) no-repeat;
	height:11px;
	width:11px;
	top:0;
	left:0;
	position:absolute;
	margin:0;
	padding:0;
	z-index:100;
}
.topRightCorner{
	background:url(/img/lightbox/topRight.gif) no-repeat;
	height:11px;
	width:11px;
	top:0;
	right:0;
	position:absolute;
	z-index:100;
}
.bottomLeftCorner{
	background: url(/img/lightbox/leftBottom.gif) no-repeat;
	height:11px;
	width:11px;
	position:absolute;
	left:0;
	bottom:0;
}
.bottomRightCorner{
	background: url(/img/lightbox/rightBottom.gif) no-repeat;
	height:11px;
	width:11px;
	position:absolute;
	right:0;
	bottom:0;
}
