#lightbox{
	text-align: center;
	line-height: 0;
	margin-bottom: 25px;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #F0F0F0;
	width: 410px;
	height: 120px;
	margin: 0 auto;
}

#imageContainer{
	padding: 5px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#bottomNav{
	height: 18px;
	padding: 3px 5px 0px 5px;
	background-color: #E0E0E0;
}

#prevLinkContainer, #prevLink, #nextLinkContainer, #nextLink, #bottomNavClose{
	width: 16px;
	height: 16px;
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#prevLinkContainer{
	left: 0;
	float: left;
}

#prevLink {
	left: 0;
	float: left;
	background: url(../images/lightbox/prev.gif) center no-repeat;
}

#nextLinkContainer{
	left: 0;
	float: left;
}

#nextLink {
	left: 0;
	float: left;
	background: url(../images/lightbox/next.gif) center no-repeat;
}

#toGallery{
	right: 0;
	margin-right: 10px;
	float: right;
}

#bottomNavClose{
	right: 0;
	float: right;
	background: url(../images/lightbox/close.gif) center no-repeat;
}

#prevLink:hover{
	background: url(../images/lightbox/prev-hover.gif) center no-repeat;
}

#nextLink:hover{
	background: url(../images/lightbox/next-hover.gif) center no-repeat;
}

#bottomNavClose:hover{
	background: url(../images/lightbox/close-hover.gif) center no-repeat;
}

#imageDataContainer{
	font-size: 0.69em;
	background-color: #E0E0E0;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
	color: #666666;
}

#imageData #imageDetails{
	width: 100%;
	float: left;
	text-align: left;
}

#imageData #caption{
	padding: 2px 0px;
	font-weight: bold;
	color: #503930;
}

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

div#title{
	width: 100%;
	height: auto;
	overflow: visible;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px;
	line-height: normal;
	font-size: 0.86em;
	font-weight: bold;
	color: #503930;
	background-color: #E0E0E0;
}
