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

#lbCenter, #lbBottomContainer {
	z-index:9;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #F0C610; 
	text-align: center; 
	padding: 5px;
	border: 10px solid #F0C610;	/* avec le padding et la bordure on reproduit le style graphique de l'autre slimbox */
}
.lbLoading {
	z-index:9;
	background: #F0C610 url(loading.gif) no-repeat center;
}



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

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

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

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

#lbBottom {
	z-index:9;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
}
#lbCloseLink {
	z-index:9;
	display: block;
	float: right;
	width: 87px;
	height: 23px;
	background: url(slim/Btn_close.gif) no-repeat center;
}

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

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

