#lbOverlay {
	left: 0px; width: 100%; cursor: pointer; position: absolute; background-color: #000;
}
#lbCenter {
	left: 50%; overflow: hidden; position: absolute; background-color: #fff
}
#lbBottomContainer {
	left: 50%; overflow: hidden; position: absolute; background-color: #fff
}
.lbLoading {
	background: url(../images/lightbox/loading.gif) #fff no-repeat center 50%;
}
#lbImage {
	border-right: #fff 10px solid; border-top: #fff 10px solid; border-left: #fff 10px solid; border-bottom: #fff 10px solid
}
.photos {
	border: #fc0 1px solid; padding: 3px;
}
a:hover .photos {
	border: #999 1px solid;
}
.lightboxDesc a {
	color: #999999; text-decoration: none
}
.lightboxDesc a:hover {
	color: #000000; text-decoration: none
}
#lbPrevLink {
	display: block; width: 50px; height: 24px; outline: none
}
#lbNextLink {
	display: block; width: 50px; height: 24px; outline: none
}
#lbPrevLink {
	background: url(../images/lightbox/prevlabel.gif) no-repeat left 50%; float: left
}
#lbPrevLink:hover {
	background: url(../images/lightbox/prevlabel.gif) no-repeat left 50%
}
#lbNextLink {
	background: url(../images/lightbox/nextlabel.gif) no-repeat right 50%; float: right
}
#lbNextLink:hover {
	background: url(../images/lightbox/nextlabel.gif) no-repeat right 50%
}
#lbControls {
	display: block; height: 24px
}
#lbBottom {
	border-right: #fff 10px solid; border-top: #fff 10px; font-size: 10px; border-left: #fff 10px solid; color: #666; line-height: 1.4em; border-bottom: #fff 10px solid; font-family: verdana, helvetica, sans-serif; text-align: left
}
#lbCloseLink {
	clear: both; display: block; background: url(../images/lightbox/closelabel.gif) no-repeat center 50%; float: right; margin: 0px; width: 17px; height: 19px
}
#lbCaption {
	margin-right: 71px	
}
#lbNumber {
	margin-right: 71px
}
#lbDescription {
	margin-right: 71px
}
#lbCaption {
	font-weight: bold
}
.lightboxDesc {
	display: none;
	font-weight: bold;
	color:#000;
}

