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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

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

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: normal;
}

#bottomNav {
}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; display:none}
#imageData #caption{ font-weight: bold;	line-height: 16px;}
#imageData #numberDisplay{display: block; clear: left; padding-bottom: 1.0em;}

#bottomTable{
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bottomTdLeft {
	background-repeat: no-repeat;
	background-position: left;
}

#prevLink {
	padding-left: 10px;
	color: #757575;
	text-decoration: none;
}

#prevLink:hover {
	padding-left: 10px;
	color:#7CB41D;
}

#bottomTdRight {
	background-repeat: no-repeat;
	background-position: right;
}

#nextLink {
	padding-right: 10px;
	color: #757575;
	text-decoration: none;
}

#nextLink:hover {
	padding-right: 10px;
	color:#7CB41D;
}

#bottomNavClose {
	color: #757575;
	text-decoration: none;
}

#bottomNavClose:hover {
	color:#7CB41D;
}


#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #4D514F;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}


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