
#lbOverlay {
position : absolute;
left : 0;
width : 100%;
height : 100%;
cursor : pointer;
background : url(/img/logo_lightbox.gif) 95% 0% no-repeat #000;
}
#lbCenter, #lbBottomContainer {
position : absolute;
left : 50%;
overflow : hidden;
}
.lbLoading {
background : url(loading.gif) center no-repeat #000;
}
#lbImage {
position : absolute;
left : 0;
top : 0;
border : 1px solid #666;
background-repeat : no-repeat;
}
#lbPrevLink, #lbNextLink {
display : block;
position : absolute;
top : 0;
width : 50%;
outline : none;
}
#lbPrevLink {
left : 0;
}
#lbPrevLink:hover {
background : url(prev.gif) 0% 15% no-repeat transparent;
}
#lbNextLink {
right : 0;
}
#lbNextLink:hover {
background : url(next.gif) 100% 15% no-repeat transparent;
}
#lbBottom {
line-height : 1.4em;
text-align : left;
border : 1px solid #666;
border-top-style : none;
background-color : #eee;
opacity : 0.8;
}
#lbCloseLink {
display : block;
float : right;
padding-right : 30px;
width : 26px;
height : 26px;
background : url(close.gif) center no-repeat transparent;
margin : 5px 0;
}
#lbCaption, #lbNumber {
margin-right : 71px;
}
#lbNumber {
font-size : 10px;
color : #555;
padding-left : 20px;
}
#lbCaption {
font-family : 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
font-size : 16px;
font-weight : bold;
color : #333;
padding-left : 20px;
line-height : 32px;
}

