/* SLIMBOX */

#lbOverlay {
	position:absolute;
	left:0;
	width:100%;
	background-color:#000000; /* !!! pour changer la couleur de l'arrière-plan du maque */
	cursor:pointer;
	z-index:3;
}

#lbCenter, #lbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#000000;
	z-index:3;
}

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

#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:1px solid #000;
	background-repeat:no-repeat;
	z-index:3;
}

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

#lbPrevLink {
	left:0;
	z-index:3;
}

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

#lbNextLink {
	right:0;
	z-index:3;
}

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

#lbBottom {
	font-family:Helvetica, arial; 
	font-size:11px;
	font-weight:lighter;
	color:#666666;
	line-height:1.2em;
	text-align:left;
	padding-top:5px;
	padding-left:10px;
	border:0px solid #000;
	border-top-style:none;
	z-index:3;
}

#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url(closelabel.gif) no-repeat center;
	margin:5px 0;
	z-index:3;
}

#lbCaption, #lbNumber {
	margin-right:71px;
	z-index:3;
}

#lbCaption {
	font-weight:bold;
	z-index:3;
}



