/* 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(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%;
border: none;
background: transparent none;
outline: none;
cursor: pointer; cursor: hand;
}
#lbPrevLink {
left: 0;
}
#lbPrevLink:hover, #lbPrevLink.IEhover {
background: transparent url(prevlabel.gif) no-repeat left center;
}
#lbNextLink {
right: 0;
}
#lbNextLink:hover, #lbNextLink.IEhover {
background: transparent url(nextlabel.gif) no-repeat right center;
}

#lbBottom {
color: #666;
text-align: left;
line-height: 1.4em;
border: 10px solid #fff; border-top-style: none;
}

#lbCloseLink {
display: block;
float: right;
width: 56px; height: 15px;
margin: 0;
border: none;
background: transparent url(closelabel.gif) no-repeat right top;
cursor: pointer; cursor: hand;
}

#lbCaption, #lbNumber {
margin-right: 60px;
}
#lbCaption {
font-weight: bold;
}
/* END SLIMBOX */
/* Slimbox v1.41 - The ultimate lightweight Lightbox clone by Christophe Beyls (http://www.digitalia.be) */