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

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: transparent;
}

#lbBottomContainer {
	position: absolute;
	height: 50px;
	margin: -20px auto 0 auto;
	top: 0;
	left: 50%;
}

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

#lbImage {
	border: 10px solid #fff;
}


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

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

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

.lightboxDesc a:hover {
	color: #000000;
	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 {
	overflow: hidden;
	position: absolute;
	bottom: -20px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}

#lbPrevLink {
	left: 20px;
	background: url(../images/lightbox/fleche1.png) right 0 no-repeat;
}

#lbPrevLink:hover {
	background: url(../images/lightbox/fleche1.png) left 0 no-repeat;
}

#lbNextLink {
	right: 10px;
	background: url(../images/lightbox/fleche2.png)  left 0 no-repeat;
	
}

#lbNextLink:hover {
	background: url(../images/lightbox/fleche2.png)  right 0 no-repeat;
}

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

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

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


#lbBottom {
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #b9b8b8;
	line-height: 14px;
	text-align: center;
	margin-left: 10px;
}

#lbCloseLink {
	clear: both;
	display: block;
	position: absolute;
	overflow: hidden;
	right: -50px;
	top: -25px;
	width: 30px;
	height: 30px;
	background: url(../images/lightbox/closebox.png) right 0 no-repeat;
}

#lbCloseLink:hover {
	background: url(../images/lightbox/closebox.png) 0 0 no-repeat;
}

#lbCaption, #lbNumber, #lbDescription {
	/*border: 1px solid #000;*/
	
}

#lbCaption {
	margin: 0px auto;
	color: #b9b8b8;
	width: 322px;
	font-weight: normal;
	padding: 10px 5px;
	border-top: solid #161c14 1px;
	border-bottom: solid #280132 1px;
	border-left: solid #280132 1px;
	border-right: solid #280132 1px;
	-webkit-border-radius: 8px;
	background: #140019;
}

#lbCaption b {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}


.lightboxDesc {
	display: none;
}
