/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
position: absolute;
left: 0;
width: 100%;
background: #000000;
cursor: pointer;
}

#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #000000;
}

.lbLoading {
background: #0D0D0D url(images/loading.gif) no-repeat center;
}

#lbImage {
background-repeat: no-repeat;
padding:10px;
border: 1px solid #242424;
}

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

#lbPrevLink {
left: 0;
}

#lbPrevLink:hover {
background: transparent url(images/prev.png) no-repeat 0% 30%;
}

#lbNextLink {
right: 0;
}

#lbNextLink:hover {
background: transparent url(images/next.png) no-repeat 100% 30%;
}

#lbBottom {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:14px;
line-height: 16px;
text-align: left;
padding:15px 0px 0px 20px;
border: 0;
}

#lbCloseLink {
display: block;
float: right;
width: 80px;
height: 16px;
background: transparent url(images/close.png) no-repeat center;
margin: 0px;
}

#lbCaption, #lbNumber {
margin-right: 14px;
}

#lbCaption {
font-weight:normal;
}