/* SLIMBOX */

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

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

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

#lbImage {
	border: 10px solid #000;
	border-top:25px solid #000;
}

#lbPrecSuiv{position:absolute; background: url('../images/prec_suiv.jpg') no-repeat; top:0; height:22px; width:157px; display:block}

#lbPrevLink, #lbNextLink, #lbCloseLink{
	display: block;
	position: absolute;
	outline: none;
}

#lbPrevLink {
	left: 8px;
	width:75px;
	height:22px;
	top:2px;
	background: #00 url('../images/prec_btn.jpg') no-repeat 4% 0%;
}

#lbNextLink {
	left: 85px;
	width:63px;
	height:22px;
	top:2px;
	background: #000 url('../images/suiv_btn.jpg') no-repeat;
}

#lbCloseLink {
	right:10px;
	width: 57px;
	height: 22px;
	top:1px;
	background-image:url('../images/fermer_btn.jpg');
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}

p.photographe{font-size:0.8em; font-style:italic} /* ajout pour notre interface particulière */

#lbCaption {
	font-weight: bold;
	margin-bottom:15px; /* ajout pour p.photographe */
}
