/* Moviebox and Slimbox stylesheet - black theme */

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

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

.lbLoading {
	background: #2b2422 url(/_images/slimbox/loading.gif) no-repeat center;
}

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/_images/slimbox/prevlabel.gif) no-repeat left center;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/_images/slimbox/nextlabel.gif) no-repeat right center;
}

#lbBottom {
	position: relative;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0;
	border: 7px solid #2b2422;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url(/_images/slimbox/closelabel.gif) no-repeat center center;
	border: 1px solid #4c4644;
	margin:0; padding:0;
	margin-right: 1px;
}

#lbCloseLink:hover {
	background-color: #1f1a19;
}

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

#lbCaption {
	font-weight: bold;
}