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

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

.lbLoading {
background:url(img/loading.gif) no-repeat center #fff;
z-index:500
}

#lbImage {
border:10px solid #fff;
z-index:500
}

#lbPrevLink,#lbNextLink {
display:block;
outline:none;
position:absolute;
top:0;
width:50%
}

#lbPrevLink {
left:0
}

#lbPrevLink:hover {
background:url(img/prevlabel.gif) no-repeat 0 15%
}

#lbNextLink {
right:0
}

#lbNextLink:hover {
background:url(img/nextlabel.gif) no-repeat 100% 15%
}

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

#lbCloseLink {
background:url(img/closelabel.gif) no-repeat center;
display:block;
float:right;
height:22px;
margin:5px 0;
width:66px
}

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

#lbCaption {
font-weight:700
}
