/* 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;
	border: 1px solid #454545;
	padding: 1px;
}

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

#lbImage {
	background-repeat: no-repeat;
}

#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: "Helvetica Neu", Helvetica, sans-serif;
	font-size: 14px;
	height: 22px;
	text-align: left;
	color: #fff;
	border-top-style: none;
}

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

#lbCaption, #lbNumber {
	margin-right: 14px;
	width: 500px;
	padding-top: 4px;
	padding-left: 10px;	
}

#lbCaption {
	font-weight: normal;
}

#lbNumber {
	display: none;
}
