/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: #000;
	z-index: 100;
}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #00505E;
	z-index: 101;
}

#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 101;
}

.frametopl {
	background-image: url(frame_top_r1_c1.gif);
	background-repeat: no-repeat;
}
.frametopc {
	background-image: url(frame_top_r1_c2_C.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.frametopr {
	background-image: url(frame_top_r1_c3.gif);
	background-repeat: no-repeat;
}

.framebottoml {
	background-image: url(frame_bottom_r1_c1.gif);
	background-repeat: no-repeat;
}
.framebottomc {
	background-image: url(frame_bottom_r1_c2.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.framebottomr {
	background-image: url(frame_bottom_r1_c3.gif);
	background-repeat: no-repeat;
}

#lbBottom2Container {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 101;
}

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

#lbImage {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-left: 3px solid #00505E;
	border-right: 3px solid #00505E;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	height: 23px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 18px;
	background: transparent url(trans.gif) no-repeat center;
	margin: 0px;
}

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

#lbCaption {
	font-weight: bold;
}