#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#topBar{
    width: 500px;
    font: 12px Verdana, Helvetica, sans-serif;
    font-weight: bold;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
a.topBar, span.topBar { color: white; text-decoration: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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;
	}

#exifData{
    position: absolute;
    top: 25px;
	left: 0%;
    background-color: #eee;
    padding: 10px;
    display: block;
    font: 10px Verdana, Helvetica, sans-serif;
    color: #222;
    text-align: center;
    border: thick single #222;
}
#exifClose, #exifClose:visited, #exifClose:hover { color: #222; text-decoration: none; }

#imageDataContainer{
    width: 460px;
	font: 12px Verdana, Helvetica, sans-serif;
    text-align: justify;
	margin: 0 auto;
    padding: 10px;
    color: white;
	}
#imageDataContainer a { color: white; text-decoration: none; }

#overlay{
	position: fixed;
	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 */
	}	
	

