/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
position: absolute;
left: 0;
width: 100%;
background: url(/t-left.png)top left no-repeat, url(/t-right.png) top right no-repeat #2b2626;
cursor: pointer;
}

#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #2b2626;
}

.lbLoading {
background: #2b2626 url(images/loading.gif) no-repeat center;
}

#lbImage {
background:#221e1e;
background-repeat: no-repeat;
padding:10px;
border: 1px solid #403737;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

#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;
}

#lbVimeyLink {
display: block;
float: left;
width: 80px;
height: 16px;
background: transparent url(http://vimey.com/toplogon.png) no-repeat center;
margin: 0px;
}

#lbCaption, #lbNumber {
margin-right: 14px;
}

#lbCaption {
font-weight:normal;
}