@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: 30px 10px 0 10px;
overflow: hidden;
background-color: #fff;
z-index: 11;
}

.lbLoading {
background: url(../images/loader.gif) no-repeat center;
}

#lbCanvas {
border: 5px solid #990000;
}

#lbCanvas iframe, #lbCanvas img {
border: none;
margin: 0;
padding: 0;
z-index: 11;
}

#lbNextLink {
display: block;
position: absolute;
top: 2px;
right: 10px;
width: 30px;
background: url(../images/right.png) no-repeat;
z-index:11;
outline: none;
}

#lbPrevLink {
display: block;
position: absolute;
top: 2px;
left: 15px;
width: 30px;
background: url(../images/left.png) no-repeat;
z-index:11;
outline: none;
}

#lbNextLink:hover {
background: url(../images/rightDisabled.png) no-repeat;
}

#lbPrevLink:hover {
background: url(../images/leftDisabled.png) no-repeat;
}

#lbBottom {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-transform: uppercase;
color: #fff;
text-align: left;
margin: 0 0 0 10px;
padding: 0;
z-index: 11;
}

#lbCloseLink {
display: block;
float: right;
width: 24px;
height: 24px;
background: url(../images/close.png) no-repeat;
margin: 0;
padding: 0;
z-index: 11;
}

#lbCaption{
z-index: 11;
}

#lbNumber {
font-size: 10px;
z-index: 11;
color: #990000;
}

#lbCaption {
font-weight: normal;
font-style: italic;
color: #000;
}