#lbOverlay {
position: absolute;
left: 0;
width: 100%;
background-color: #232323;
cursor: pointer;
}
#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
}
.lbLoading {
background: #fff url(../images/layout/loading.gif) no-repeat center;
}
#lbImage {
border: 10px solid #fff;
}
#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
}
#lbPrevLink {
left: 0;
}
#lbPrevLink:hover {
background: transparent url(../images/layout/prevlabel.png) no-repeat left center;
}
#lbNextLink {
right: 0;
}
#lbNextLink:hover {
background: transparent url(../images/layout/nextlabel.png) no-repeat right center;
}
#lbBottom {
position: relative;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 170%;
text-align: left;
border: 10px solid #fff;
}
#lbBottom p {
margin: 0px 0px 4px;
font-weight: bold;
}
#lbBottom .normal {
font-size: 11px;
font-weight: normal;
}
#lbBottom a:link,
#lbBottom a:visited {
color: #93A916;
}
#lbBottom a:hover,
#lbBottom a:active {
color: #DB2300;
}
#lbCloseLink {
display: block;
position: absolute;
bottom: -7px;
right: 0px;
width: 18px;
height: 19px;
background: transparent url(../images/layout/closelabel.png) no-repeat center;
margin: 5px 0;
}
#lbCaption {
margin-right: 50px;
}

