@charset "utf-8";
/* CSS Document */
#lbOverlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index: 10;
}

#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%;
padding: 10px;
overflow: hidden;
background-color: #000;
z-index: 11;
}

.lbLoading {
background: #000 url(loader.gif) no-repeat center;
}

#lbImage {
position: absolute;
left: 0;
top: 0;
border: 10px solid #000;
background-repeat: no-repeat;
}

#lbNextLink {
display: block;
position: absolute;
top: 100px;
margin: 0 20px 0 0;
width: 70px;
z-index: 12;
}

#lbPrevLink {
display: block;
position: absolute;
top: 100px;
margin: 0 0 0 20px;
width: 70px;
z-index: 12;
}

#lbPrevLink {
left: 0;
z-index: 12;
}

#lbPrevLink:hover {
background: transparent url(left.png) no-repeat 0 15%;
z-index: 12;
}

#lbNextLink {
right: 0;
z-index: 12;
}

#lbNextLink:hover {
background: transparent url(right.png) no-repeat 100% 15%;
z-index: 12;
}

#lbBottom {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-transform: uppercase;
color: #fff;
line-height: 1.4em;
text-align: left;
border: 10px solid #000;
border-top-style: none;
}

#lbCloseLink {
display: block;
float: right;
width: 24px;
height: 24px;
background: transparent url(close.png) no-repeat center;
margin: 5px 10px 0 0;
}

#lbCaption, #lbNumber {
margin-right: 71px;
}

#lbCaption {
font-weight: bold;
}
