/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index:90;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	z-index:95;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	text-align:center;
}

.lbLoading   { z-index: 96; background-color: #000; background-image: 
               url('file:///C:/Documents%20and%20Settings/TWE/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/YNMHVGWV/1_loading.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: center }
#lbImage {
	background-repeat: no-repeat;
	border: 7px solid #000;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover { background-image: 
               url('file:///C:/Documents%20and%20Settings/TWE/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/YNMHVGWV/1_prev.png'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: transparent 30% }
#lbNextLink {
	right: 0;
}

#lbNextLink:hover { background-image: 
               url('file:///C:/Documents%20and%20Settings/TWE/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/YNMHVGWV/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 #000;
	border-top-style: none;
}

#lbCloseLink { display: block; float: right; width: 153px; height: 39px; background-image: 
               url('file:///C:/Documents%20and%20Settings/TWE/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/YNMHVGWV/closebtn.png'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               margin: 0px; background-position: transparent center }
#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}
