/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color:#000000;
	cursor: pointer;
	height:0;
	z-index:3000;
}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
/*	background-color: #000;*/
	border: none;
	margin-top:50px;
	z-index:3000;
}


#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	margin-top:11px;
}

.lbLoading {
background-image:url(../img/loading.gif);
background-repeat:no-repeat;
background-position:center;
}

#lbImage {
	background-repeat: no-repeat;
	
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
background-image:url(prev.png);
background-repeat:no-repeat;
}

#lbNextLink:hover {
background-image:url(next.png);
background-repeat:no-repeat;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background-image:url(../img/close.png);
	background-repeat:no-repeat;
	background-position:10px 0px;
	margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 14px; 
}

#lbCaption {
	font-weight: bold; display:none;
}
