/* SLIMBOX */

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

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

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

#lbImage {
position:absolute;
left:0;
top:0;
border:10px solid #fff;
background-repeat:no-repeat;
}


#lbPrevLink, #lbNextLink {
display:block;
margin:0 8px 10px;
width:32px;
height:28px;
outline:none;
}
#lbPrevLink {
float:left;
background:transparent url(../gfx/deco/boutons/prev.gif) no-repeat left top;
}
#lbPrevLink:hover,#lbNextLink:hover {
background-position:left bottom;
}
#lbNextLink {
float:right;
background:transparent url(../gfx/deco/boutons/next.gif) no-repeat right top;
}

#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 {
background:transparent url(../gfx/deco/boutons/fermer.gif) no-repeat;
display:block;
left:50%;
height:22px;
position:absolute;
width:22px;
z-index:200;
}

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

#lbCaption {
font-weight:bold;
}