/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage {
	border: 5px solid #fff;
}

#lbPrevLink_fr, #lbPrevLink_en, 
#lbNextLink_fr , #lbNextLink_en{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink_fr, #lbPrevLink_en {
	left: 0;
}

#lbPrevLink_fr:hover {
	background: transparent url(img2/prevlabel_fr.gif) no-repeat 0% 15%;
}
#lbPrevLink_en:hover {
	background: transparent url(img2/prevlabel_en.gif) no-repeat 0% 15%;
}

#lbNextLink_fr , #lbNextLink_en {
	right: 0;
}

#lbNextLink_fr:hover {
	background: transparent url(img2/nextlabel_fr.gif) no-repeat 100% 15%;
}
#lbNextLink_en:hover {
	background: transparent url(img2/nextlabel_en.gif) no-repeat 100% 15%;
}

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

#lbCloseLink_fr {
	display: block;
	float: right;
	width: 85px;
	height: 22px;
	background: transparent url(img2/closelabel_fr.gif) no-repeat center;
	margin: 5px 0;
}

#lbCloseLink_en {
	display: block;
	float: right;
	width: 76px;
	height: 22px;
	background: transparent url(img2/closelabel_en.gif) no-repeat center;
	margin: 5px 0;
}

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

#lbCaption {
	font-weight: bold;
}

