/*
	Part: Lightbox styles
*/


/* Core layout
======================================================================*/
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
* html > body .clearfix { display: inline-block; width: 100%; }

#lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40px;
	width: 100%;
	z-index: 100;
}

#lightbox img { border: 0; padding: 0; }

#imageContainer { padding: 10px; }

#loading {
	left: 0;
	top: 40%;
	width: 100%;
	text-align: center;
	position: absolute;
	height: 25%;
}

#outerImageContainer {
	background-color: #fff;
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#overlay {
	background-color: #000;
	filter:alpha(opacity=60);
	height: 500px;
	left: 0;
	-moz-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}


/* Navigation
======================================================================*/
#hoverNav{
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	position: absolute;
	height: 100%;
}

#imageContainer > #hoverNav { left: 0; }
#hoverNav a { outline: none; }

#nextLink, #prevLink {
	/*background: transparent url(../images/blank.gif) no-repeat;*/ /* Trick IE into showing hover */
	display: block;
	height: 100%;
	width: 49%;
}

#prevLink { background: url(../images/shared/prevlabel.gif) 0 100% no-repeat; float: left; left: 0; }
#nextLink { background: url(../images/shared/nextlabel.gif) 100% 100% no-repeat; float: right; right: 0; }
/*#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }*/


/* Image data
======================================================================*/
#imageDataContainer { background-color: #fff; line-height: 1.4em; margin: 0 auto; }
#imageData { padding: 0 10px; }
#imageData #imageDetails{ float: left; text-align: left; width: 70%; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ clear: left; display: block; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ float: right; width: 66px; padding-bottom: 0.7em; }