#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;
	padding-top: 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-bottom: 10px;
}

#prevLink, #nextLink, #bottomNavClose {
	display: block;
	height: 20px;
	width: 70px;
}

#prevLink {
	background:url(gallery/prev.gif) 0 center no-repeat;
}

#prevLink:hover {
	background:url(gallery/prev_1.gif) 0 center no-repeat;
}

#nextLink {
	margin-left: auto;
	background:url(gallery/next.gif) 0 center no-repeat;
}

#nextLink:hover {
	background:url(gallery/next_1.gif) 0 center no-repeat;
}

#bottomNavClose {
	margin: auto;
	background:url(gallery/close.gif) 0 center no-repeat;
}

#bottomNavClose:hover {
	background:url(gallery/close_1.gif) 0 center no-repeat;
}


#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #4D514F;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: block;   /*inline-block*/
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

#loadingLink {	background-image: url(gallery/loading.gif);
	margin: auto;
	display: block;
	height: 32px;
	width: 32px;
}
