/* SLIGHTBOX */
/* variation on SLIMBOX */

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

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 20
}

#lbCenter {
	padding: 10px;
}

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

#lbImage {
	z-index: 25;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 26;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../img/fleche1.gif') no-repeat 0% 50%;
}


#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../img/fleche2.gif') no-repeat 100% 50%;
}


#lbBottom {
	font-size: 1.3em;
	color: #FFF;
	line-height: 1.2em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
}

#lbCloseLink {
padding-top:10px;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('../img/closelabel.gif') no-repeat center;
	margin-bottom: 10px;
}

#lbNumber {
width:70%;
	display: block;
	float: left;
clear: left; 
padding-top:10px;
padding-bottom: 1.0em;
}

#lbCaption {
	display: block;
	width: 70%; float: left; text-align: left;
	padding-bottom:15px
}


