/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay1 {
	position: absolute;
	left: 0;
	width: 102%;
	z-index: 50;
	background-color: #000;
	cursor: pointer;
}

#lbCenter1, #lbBottomContainer1 {
	position: absolute;
	left: 50%;
	z-index: 51;
	overflow: hidden;
	background-color: #000;
}

.lbLoading1 {
	background: #000 url(./images/1_loading.gif) no-repeat center;
}

#lbImage1 {
	background-repeat: no-repeat;
	border: 7px solid #000;
}

#lbPrevLink1, #lbNextLink1 {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink1 {
	left: 0;
}

#lbPrevLink1:hover {
	background: transparent url(./images/1_prev.png) no-repeat 0% 30%;
}

#lbNextLink1 {
	right: 0;
}

#lbNextLink1:hover {
	background: transparent url(./images/1_next.png) no-repeat 100% 30%;
}

#lbBottom1 {
	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;
}

#lbCloseLink1 {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url(./images/1_close.png) no-repeat center;
	margin: 0px;
}

#lbCaption1, #lbNumber1 {
	margin-right: 14px;
}

#lbCaption1 {
	font-weight: bold;
}
