
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
z-index:9}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	border-left: 3px double #EEE; 
    border-right: 3px double #EEE; 
    border-color: #141414 #202020 #222 #202020; 
	background-color: #000;
z-index:10}

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

#lbImage {
		border-left: 10px solid #000;
        border-right: 10px solid #000;
        border-top: 10px solid #000;
        border-bottom: 0px solid #000;
		padding-bottom: 10px;
		background: no-repeat;
z-index:6}

.goodtitle {
margin-left: 26px;
       font-family: Georgia, serif;
       font-size: 16px;
       font-style: italic;
       color: #8e7a5d;
}

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

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

.lightboxDesc {
        font-size: 14px;
	color: #8e7a5d;
	text-decoration: none;
}

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

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

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
*/
/***************************

	styles for next & previous buttons as part of footer

***************************/

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

#lbPrevLink {
	float: left;
	background: transparent url(prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
}

/*#lbCloseLink {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0px 0;
}*/

/**********************************/


#lbBottom {
	font: normal 9px sans-serif,Arial;
	color: #6c5d47;
	text-align: center;
	border: 10px solid #000;
	border-top-style: none;
}
#lbCloseLink {
	clear: both;
	display: block;
        float: right;
        width: 66px;	
        height: 30px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
        }


#lbCaption, #lbNumber, #lbDescription {
	margin-top: -20px;
padding-left: 45px;
	/*border: 1px solid #000;*/
}

#lbCaption {
font-weight: bold;
}


.lightboxDesc {
display: none;
}