#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;
	line-height: 0;
	}

#lightboxImage{margin-bottom:0px;}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}


#imageDataContainer{
	position:relative;
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	clear:both;
	z-index:0;
	background:#fff;
	text-align:center;
	}

#imageDataContainer #caption{
font-weight: bold;
text-align:left;
margin:0px 10px 5px 10px;
padding-bottom:5px;
color: #333;
font-size:11px;
}

#imageData{padding:0 10px; color: #666; }

#hoverNav{
/*	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;*/
	width: 42px;
	height:14px;
	text-align:center;
	margin:0px auto;
	float:left;
	}
/*#imageContainer>#hoverNav{ left: 0;}*/
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 13px;
	height: 14px;
	display: block;
	margin:0px 3px;
	padding:0;
	}
#prevLink { float: left; background: url(http://jyukyo.net/lightbox/images/prev.gif) no-repeat; text-align:right; }
#nextLink { float: right; background: url(http://jyukyo.net/lightbox/images/next.gif) no-repeat; text-align:left; }

#imageData #imageDetails{
width: 45%;
float: left;
text-align:left;
clear:both;
}	

#imageData #numberDisplay{ display: block;}
		
#imageData #bottomNavClose{ width: 66px; float: right; margin-bottom:5px;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}