/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 10000;
	overflow: hidden;
	overflow: visible; /* Pour passer le bouton fermer en haut */
	background-color: #fff;
}
#lbBottomContainer {
	z-index: 9999;
}
#lbCenter {
	border:1px #ccc solid;
	border-width:1px 1px ;
}
#lbBottomContainer {
	border:1px #ccc solid;
	border-width:0 1px 1px;
	margin-top:-1px;
}


.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: -11px;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: -11px;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #FFF url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
		
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 1px 0;
	padding:0 5px;
	position:relative;
	top:-38px;
	z-index:10;
}

#lbCaption {
	margin-right: 71px;
}


#lbCaption {
	font-weight: bold;
}
#lbVignette,#lbNumber {
	text-align:center;
	margin:0 0 10px;
}
#lbVignette img {
	cursor:pointer;
	border:1px #ccc solid;
	margin:0 5px;
	padding:2px;
}