/* Moviebox and Slimbox stylesheet - black theme */
@import url(dropshadow.css); /* Jonny */

#lbOverlay { /*page background */
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
/*	background: #fff;*/
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 2000;
}
#lbCenter {
	border: 8px solid #fff;
	background: #fff;
	overflow: visible; /* Jonny */
	_overflow: hidden; /* Jonny */
}

#lbBottomContainer {
}

.lbLoading {
	background: #fff url(/js/mediabox/images/1_loading.gif) no-repeat center center;	
	_background: #fff;	
}

#lbImage {
	background-repeat: no-repeat;
	border: 0px solid #fff;
	overflow: hidden;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
/*	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 16px;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
*/}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 43px;
	background: transparent url(/js/mediabox/images/1_close.png) no-repeat right 0px;
	_background: transparent url(/js/mediabox/images/1_close_ie.gif) no-repeat right 0px;
	margin: 0px;
	cursor: pointer;
	padding-top: 48px;
}

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

#lbCaption {
	font-weight: bold;
}
