
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #1d140f;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #241d18;
}

.lbLoading {
	background: #1d140f url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #241d18;
}


.photos {
	padding: 3px;
	border: 1px solid #241d18;
}

a:hover .photos {
	border: 1px solid #241d18;
}

.lightboxDesc a {
	color: #FFFFFF;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 40px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(prevlabel.gif) no-repeat left;
	display:block;
	margin-bottom:5px;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat left;
	display:block;
	margin-bottom:5px;
}

#lbNextLink {
	float: right;
	background: transparent url(nextlabel.gif) no-repeat right;
	display:block;
	margin-bottom:5px;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat right;
	display:block;
	margin-bottom:5px;
}

#lbControls {	
	display: block;
}

#lbBottom {
	font-size: 11px;
	color:#FFFFFF;
	text-align: left;
	border: 10px solid #241d18;
	border-top-style: none;
}
#lbNumber{
	font-size: 11px;
	color: #FFFFFF;
}
#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 60px;
	height: 16px;
	background: transparent url(close.gif) no-repeat center;
	margin: 0px;
	margin-left:-60px;
	position:absolute;
	bottom:10px;
	right:10px;
}


#lbNumber{
	display: block;
	clear: both;
	left:10px;
	position:absolute;
	bottom:10px;
}
#lbDescription {
	clear: both;
	display:block;
	margin-bottom:20px;
	font-weight: normal;
	text-align:left;
	color:#1d140f;
	width:100%;
}
#lbCaption{
	display: none;
}
	
.Desc {
	color:#FFFFFF;
}
.Desc strong{
	display:block;
}
li .Desc {
	color:#1d140f;
	padding:10px 0px;
	width:100px;
}
li .Desc span{
	display:none;
}
