/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
    left: 50%;
	overflow: hidden;
	background: #59b2d5 url(bg.gif) no-repeat top;
	background-color: #efe7ca;
}

.lbLoading {
	background: #efe7ca url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #efe7ca;
}

#lbNextLink {
	background: url(suivlabel.gif) no-repeat 100% 18%;
	position: absolute;
	top: 76%;
	width: 65%;
	outline: none;
}

#lbPrevLink {
	background: url(preclabel.gif) no-repeat 0% 18%;
	position: absolute;
	top: 76%;
	width: 65%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: url(preclabel_over.gif) no-repeat 0% 18%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: url(suivlabel_over.gif) no-repeat 100% 18%;
}

#lbBottom {
	font-family: Arial;
	font-size: 10px;
	color: #a41010;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #efe7ca;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 119px;
	height: 40px;
	background: transparent url(fermelabel.gif) no-repeat 100% 100%;
	margin: 0px 0px;
}

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

#lbCaption {
	font-weight: bold;
}
