#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{ padding: 10px;	}

#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: 50%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; padding-bottom:10px;}
#nextLink { right: 0; float: right; padding-bottom:10px;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/btn_previous.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/btn_next.gif) right 50% no-repeat; }
#hoverNav a[id='prevLink']:hover { background: url(../images/lightbox/btn_previous.png) left 50% no-repeat; }
#hoverNav a[id='nextLink']:hover { background: url(../images/lightbox/btn_next.png) right 50% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:5px 10px; color: #666; }
#imageData #imageDetails{  float: left; text-align: left;  }	
#imageData #caption{ font-weight: bold;	font-size:10px; text-transform:uppercase; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom:1.0em; padding-top:0.6em;	}			
#imageData #bottomNavClose{ display:block; width: 66px; height:22px; float: right;  padding-bottom: 0.7em; background:url(../images/lightbox/closelabel2.gif) no-repeat;	}	
#imageData #bottomNavClose:hover {background:url(../images/lightbox/closelabel2_over.gif) no-repeat; }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.lightbox-launch {
text-transform:none;
text-decoration:none;
color:#ec1c24;
margin-left:40px;
background:url(../images/lightbox/blt_launch.gif) no-repeat right center;
padding-right:13px;
}

.lightbox-launch:hover {
text-decoration:underline;
}

.lightbox-details {
text-transform:none;
text-decoration:none;
color:#ec1c24;
margin-left:20px;
background:url(../images/lightbox/blt_details.gif) no-repeat right center;
padding-right:13px;
}

.lightbox-details:hover {

text-decoration:underline;
}