#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#lightbox a img{ 
	border: none; 
}

a.red{
	color: #990000;
	text-decoration: none;
}
a.red:visited{
	color:#990000;
	text-decoration: none
}
a.red:hover{
	color: #667;
	text-decoration: none;
}
a.red:active{
	color: #667;
	text-decoration: none;
}


#outerImageContainer{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 275px;
	margin: 0 auto;
	border: 1px #CCC solid;
	border-bottom:0px;
}

#imageContainer{
	padding: 10px 5px 5px 1px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
}
	
#imageContainer>#hoverNav{ 
	left: 0;
}

#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { 
	left: 0; 
	float: left; padding: 10px;
}

#nextLink{ 
	right: 0;
	float: right; 
}

#prevLink2, #nextLink2 {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	color:#999;
	font-weight:bold;
    cursor:pointer;
}

#imageDataContainer{
	/* whitespace container of the popup */
	font: 14px Tahoma, "Trebuchet MS";
	background-color: #FFF;
	height: auto;
	border:1px #CCC solid;
	border-top:0px;
	margin:auto;
	padding:0px 0px 10px 0px;
	}

#imageData{
	padding:0px 10px 10px 10px;
}

#imageData #imageDetails{ 
	width: 95%; 
	float: left; 
	font-size: 14px;
	text-align: left; 
}

#imageData #caption{ 
	font-weight: bold; 
	font-size:12px; 
	color:#667; 
	max-height:20px; 
}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	font-weight: normal; 
	font-size:14px; 
	color:#333; 
	padding-bottom: 5px; 
}

#imageData #slideshowLink{ 
	width: 55px; 
	float: right; 
	padding:5px 10px 10px 0px; 
}

#imageData #bottomNavClose{ 
	width: 55px; 
	float: right; 
	padding:5px 10px 2px 0px; 
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

