/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;/*f2f9f7*/
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index:90;
	/*background-color: #fff;*/
}

.lbLoading {
	background: #f6fbfa url(../i/sect_moa_load.gif) no-repeat center;
}

#lbImage { 
	background-repeat: no-repeat;
	border: 1px dotted #666;/*#e2e39b*/
	z-index:101;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 18px;
	text-align: left;
}

#lbCloseLink {
	display: inline;
	float: right;
	width: 88px;
	height: 23px;
	background: transparent url(../i/sect_moa_fer.gif) no-repeat center;
	margin: 0px;
	margin-top: -2px;
	z-index:101;
}
#lbCloseLink:hover {
	background: transparent url(../i/sect_moa_fer_on.gif) no-repeat center;
}

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

#lbCaption {
	font-weight: bold;
}

* { margin:0;padding:0; }