/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	cursor: pointer;
	top:0px;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ffffff;

}

.lbLoading   { background-color: #ffffff; background-image: 
               url('1_loading.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: center }
#lbImage {
	background-repeat: no-repeat;
	border: 7px solid #ffffff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover { background-image: 
               url('/tempimages/mediabox/1_prev.png'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: transparent 30% }
#lbNextLink {
	right: 0;
}

#lbNextLink:hover { background-image: 
               url('/tempimages/mediabox/1_next.png'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: transparent 30% }
#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #ffffff;
	border-top-style: none;
}

#lbCloseLink { top:0px;display: block; float: right; width: 93px; height: 30px; background-image: 
               url('/tempimages/mediabox/1_close.jpg'); background-repeat: no-repeat; background-attachment: scroll; 
               margin: 0px; background-position: transparent center }

#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}

#lbCloseLink{ margin-right:35px !important; _margin-right:18px !important;}
#lbBottomContainer{ margin-top:-35px !important; }
#lbOverlay{ height:100% !important; opacity:0.75 !important; filter:alpha(opacity=75) !important; }

