#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100000;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	/*background-color: #66563D;*/
	background-color: #000;
	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: #000;
	margin: 0 auto;
	line-height: 1.4em;
	height: 145px;
	overflow: hidden;
	width: 100%;	
}

#imageData{	padding:0 10px; color: #7a7a7a; }
#imageData #imageDetails{position:absolute; text-align: left; }	
#imageData #caption{ clear:both; font-weight: bold; float:left; display:none;	}
#imageData #myauthor{ clear:both; font-size:20px; font-family: Arial, Verdana, Tahoma; float:left;margin-bottom:8px; color:#fff; }
#imageData #mydesc{ clear:both; padding-top: 5px; padding-bottom: 10px; font-size:14px; font-family: Arial, Verdana, Tahoma; line-height:19px; }
#imageData #numberDisplay{ display: block; clear: left; font-size:13px; font-family: Arial, Verdana, Tahoma; padding-bottom: 1.0em;	}			
#imageData #bottomNav{ position:absolute; float:right; margin-top:50px; }
#imageData #bottomNavClose{ float: right; width: 26px; margin-bottom: 0.7em; margin-top: 60px;	}	
#imageData #prevLink { float: right; width: 23px; height:14px; margin-bottom: 0.7em; margin-top: 60px; }
#imageData #nextLink { float: right; width: 23px; height:14px; margin-bottom: 0.7em; margin-top: 60px;}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 95000;
	width: 100%;
	height: 500px;
	background-color:#000;
}
	
/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
