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

#lightbox a img{ border: none; }

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

#imageContainer{
	padding: 5px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	left: 0;
	height: 45px;
	display: block;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
	text-align: left;
	}

#hoverNav a { 
	outline: none;
	width: 40px;
	height: 32px;
	display: block;
	}

#prevLink { right: 0; float: right; width: 45px;}
#nextLink { right: 0; float: right; width: 45px; margin-right: -15px;}
#prevLink { background: url(../images/prevlabel.gif) left 0 no-repeat;  }
#nextLink { background: url(../images/nextlabel.gif) right 0 no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	z-index: 10;
	position: relative;
	overflow: visible;
	}

#imageData{
	padding:0 10px;
	z-index: 1;
	display: block;
	}

#caption{ font-weight: bold; text-align: left; margin-left: 5px; }

#numberDisplay{ display: block;	margin-left: 5px;}


#bottomNavClose
	{
		width: 26px;
		height: 26px;
		margin-top: 9px;
		margin-right: 5px;
		float: right;
		background: url(../images/closelabel.gif) right 0 no-repeat;
	}



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

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

.date { color: #777777; font-size: 11px; }	
.source { color: #FF0000; font-size: 12px; }
.item { color: #ffffff; font-size: 12px; }
.item a { color: #ffffff; font-size: 12px; text-decoration: none;}
.item a:hover { color: #ffffff; font-size: 12px; text-decoration: underline;}