#lightbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none;}
#lightbox img{ width: auto; height: auto;}
#outerImageContainer{
	position: relative;
	width: 801px;
	height: 547px;
	margin: 0px auto 0px auto;
	background-color: #15100A;
}
#imageContainer{
	padding: 0px;
	margin: 0px;
	width: 801px;
	height: 547px;	
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#nextBLink, #prevBLink{
	width: 80px;
	height: 35px;
	display: block;
	float: right;
	position: relative;
	right: 28%;
	margin-left: 30px;
	margin-top: 10px;
}
#prevBLink:hover, #prevBLink:visited:hover, #prevBLink {
	background: url(images/bttnPrev_austin_interior_design.gif) no-repeat center center;
}
#nextBLink:hover, #nextBLink:visited:hover, #nextBLink {
	background: url(images/bttnNext_austin_interior_design.gif) no-repeat center center;
}
#imageDataContainer{
	font-family: 'Rokkitt', serif, Georgia, "Times New Roman", Times;
	font-size: 16px;
	color: #E0D6CB;
	background-color: #15100A;
	margin: 0px auto;
	line-height: 16px;
	height: 52px;
	vertical-align: middle;
	padding: 0px;
	width: 100%;
}
#imageData{
	padding: 0px 0px 0px 10px;
}
#imageData #imageDetails{ width: 30%; float: left; text-align: left; padding-top: 20px; height: 42px;}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 10px;}			
#imageData #bottomNavClose{ width: 80px; float: right;  margin:0px; padding-bottom:0px; padding-top:10px}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: #3C3525;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.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 */
}	