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

#lightbox a img { border: none }

#outerImageContainer   { background-color: #bec1c3; margin-right: auto; margin-left: auto; position: relative; width: 250px; height: 250px }

#imageContainer    { padding-top: 10px }

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

#prevLink, #nextLink { background: url("../img/lightbox/blank.gif") no-repeat; display: block; width: 49%; height: 100% }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover  { background: url("../img/lightbox/prev.gif") no-repeat left 15% }
#nextLink:hover, #nextLink:visited:hover  { background: url("../img/lightbox/next.gif") no-repeat right 15% }


#imageDataContainer      { font: 8pt/1.4em "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", 平成角ゴシック; background-color: #fff; margin-right: auto; margin-left: auto }

#imageData   { padding: 10px }
#imageData #imageDetails  { text-align: left; width: 100%; float: left }	
#imageData #caption     { color: #808080; font-size: 10pt; font-weight: bold; line-height: 15pt }
#imageData #numberDisplay    { color: gray; display: block; padding-bottom: 1em; clear: left }			
#imageData #bottomNavClose  { padding-bottom: 0.7em; width: 65px; float: right }	
		
#overlay   { background-color: black; position: absolute; z-index: 90; top: 0; left: 0; width: 100%; height: 500px; -moz-opacity: 0.6; filter: alpha(opacity=60); opacity: 0.6   }
	

.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 */
	}	
	