/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #CCD4BF;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFF;
}

.lbLoading {
	background: #000 url(/shared/loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: 15px solid #FFF;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/shared/prev.gif) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/shared/next.gif) no-repeat 100% 30%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 15px solid #FFF;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 64px;
	height: 20px;
	background: transparent url(/shared/bt_fechar.gif) no-repeat right;
	margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:11px;
	color:#33460C;
}