body {overflow:auto;}
#imageTitleContainer{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	clear: both;
	background-color: #1E1C17;
	margin: 0 auto;
	padding: 10px 0px 10px 10px;
	color:#BD934F;
	font-family:Georgia,'Times New Roman',serif;
	text-align: left;
	font-weight:normal;
	font-size:17px;
	line-height: 17px;
	height: 17px;
}

#imageTitleContainer #title1{}
#imageTitleContainer #title2{color:#FFFFFF;}


#lightbox{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	background-color: #1E1C17;
	margin: 0;
	padding: 0;
	}

#lightbox a img{ border: none;}

#lightboxImage {padding: 0; top:0; margin:0; }

#topNav {position: absolute; top: 0px; right: 0px; float: right; clear: none; width: 66px; height:26px; }
#topNavClose{width: 26px; outline:none; position: absolute; top: 10px; right: 10px;}


#outerImageContainer{
	display: block;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#displayNavOuter { display: block; position: absolute; bottom: 0px; right: 10px;}
#displayNav { display: block; height: 18px; z-index: 10; float: right; clear: both; padding-bottom: 10px;}
#displayNav a { outline:none }
#navPhotos{ display: block; float: left; clear: none; padding-right: 10px;}
#navPhotos #currentImage{color: #9F7D44; font-weight: bold;}
#prevLink, #nextLink { display: block; width: 32px; height: 18px;  float: left; clear: none; }
#prevLink { background: url(../../lightbox/images/prev.gif) 0 50% no-repeat; }
#nextLink { background: url(../../lightbox/images/next.gif) 0 50%  no-repeat; }


#imageDataContainer{
	color: #999;
	font: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 18px;
	font-size: 13px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	}

#imageData{padding: 0;}
#imageData #imageDetails{display: block; float: left; clear:both; text-align: left; padding-bottom: 10px; }
#imageData #caption{display: block; float: both; clear: none; width: 495px; margin:0 10px 0px 10px;}
#imageData #caption #caption1{ color: #9F7D44; font-weight: bold;	}
#imageData #caption #caption2{ font-weight: bold;	}
#imageData #caption #caption3{ font-weight: normal;	}

#overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #1E1C17;
	margin: 0;
	padding: 0;
	}

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