/* Moviebox and Slimbox stylesheet - black theme */

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

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

.lbLoading {
	background: #000 url(gfx/1_loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: 7px solid #000;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
border-color:#000000;
border-style:none solid solid;
border-width:7px;
color:#666666;
font-family:Verdana,Helvetica,sans-serif;
font-size:10px;
line-height:16px;
text-align:left;
z-index:100
}
 
#lbCloseLink {
        display: block;
        float: right;
        width: 80px;
        height: 16px;
        background: transparent url(gfx/1_close.png) no-repeat center;
        margin: 0px;
        z-index:100
} 

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

#lbCaption {
	font-weight: bold;
}
