/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 200;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
xbackground-color: #000;
	z-index: 200;
}

.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%;
}

#lbBottomContainer {
	margin-left: -10px;
	top: 196px !important;
	margin-left: -409px !important;
}

#lbCenter {
	height:464px;
	top:215.5px !important;
	width:789px;
}

#lbBottom {
xfont-family: Verdana, Helvetica, sans-serif;
xfont-size: 10px;
xcolor: #666;
	line-height: 16px;
	text-align: left;
xborder: 7px solid #000;
xborder-top-style: none;
}

#lbCloseLink {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	background: transparent url(../../images/lightbox-close.gif) no-repeat center;
	margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}

