#lightbox{
	position: absolute;
	left: 0;
	display:none;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #39454d;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 40px 50px;
	}

#loading{
	left:50%;
	top:50%;
	height:32px;
	width:32px;
	margin-left:-16px;
	margin-top:-16px;
	position: absolute;
	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: 10px;
	height: 19px;
	overflow:hidden;
	background: transparent url(../im/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { margin-left: 19px; float: left; display:inline}
#nextLink { margin-right: 19px; float: right;display:inline}
#prevLink{ background: url(../im/small-things.png) left -305px no-repeat; }
#nextLink{ background: url(../im/small-things.png) left -324px no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	display:none;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#bottomNav {
	position:absolute;
	top:0;
	right:18px;
	z-index:100; 
	padding-right:17px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;	}
#bottomNav #bottomNavClose{ 
	float: right; 
	line-height:40px;
	font-size:.75em; 
	color:#868c91 !important; 
	font-family:Tahoma, Verdana, Arial, Geneva; 
	text-decoration:none; 
	}
#bottomNav i {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-4px;
	width:11px;
	height:11px;
	cursor:pointer;
	background:url(../im/small-things.png) left -343px no-repeat;
	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	display: none;
	}
	

.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 */
	}	
	
