#lbvOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 9999;
	/*background: url(../images/lightbox/bg-collection-4.jpg) 0 0 repeat;*/
}

#lbOverlay {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
	background: #2c2f2b; /*url(../images/lightbox/bg-collection-5.jpg) 0 0 repeat;*/
}

#lbCenter {
	position: absolute;
	left: 50%;
}

/*#lbCenterL {
	position: absolute;
	left: -5px;
	background: url(../images/lightbox/ds-l.png) left top repeat-y;
	z-index: 195;
	width: 50%;
	height: 100%;
}

#lbCenterR {
	position: absolute;
	right: -5px;
	background: url(../images/lightbox/ds-r.png) right top repeat-y;
	z-index: 195;
	width: 50%;
	height: 100%;
}

#lbCenterB {
	position: absolute;
	bottom: 0px;
	background: url(../images/lightbox/ds-b.png) 0 0 repeat-x;
	z-index: 200;
	width: 100%;
	height: 10px;
}

#lbCenterBL {
	position: absolute;
	width: 10px;
	left:-5px;
	height: 10px;
	z-index: 205;
	background: url(../images/lightbox/ds-bl.jpg) 0 0 no-repeat;
}

#lbCenterBR{
	position: absolute;
	width: 10px;
	right:-5px;
	bottom: 0;
	height: 10px;
	z-index: 205;
	background: url(../images/lightbox/ds-br.jpg) 0 0 no-repeat;
}

#lbCenterT {
	position: absolute;
	padding-top:5px;
	top: -8px;
	background: url(../images/lightbox/ds-t.png) 0 0 repeat-x;
	z-index: 200;
	width: 100%;
	height: 10px;
}

#lbCenterTL {
	position: relative;
	display:inline;
	float: left;
	width: 10px;
	top:-5px;
	left:-5px;
	height: 10px;
	z-index: 205;
	background: url(../images/lightbox/ds-tl.jpg) 0 0 no-repeat;
}

#lbCenterTR{
	position: relative;
	display:inline;
	float: right;
	width: 10px;
	height: 10px;
	top:-5px;
	right:-5px;
	z-index: 205;
	background: url(../images/lightbox/ds-tr.jpg) 0 0 no-repeat;
}

/*#lbImage {
	background-repeat: no-repeat;
	margin: 2px 5px 10px 5px;
	padding: 5px;
}*/

#lbImage {
	-webkit-box-shadow: 0px 1px 7px #000;
	background-repeat: no-repeat;
	margin: -1px 0 1px 0;
	padding: 0;
}

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

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

.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, #lbCloseLink {
	overflow: hidden;
	position: fixed;
	top: 30px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}

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

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

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

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

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

/*#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: #e9e9e9;
	line-height: 14px;
	text-align: center;
}

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

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

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

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

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


.lightboxDesc {
}