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

#lightbox_1 a img{ border: none; }

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

#imageContainer_1{
	padding: 10px;
	margin-top: 10px;
	}

#loading_1{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav_1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer_1>#hoverNav{ left: 0;}
#hoverNav_1 a{ outline: none;}

#prevLink_1, #nextLink_1{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink_1 { left: 0; float: left;}
#nextLink_1 { right: 0; float: right;}
#prevLink_1:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink_1:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


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

#imageData_1{	padding:0 10px; color: #666; }
#imageData_1 #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData_1 #caption{ font-weight: bold;	}
#imageData_1 #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData_1 #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay_1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=50);
	}