@charset "utf-8";
/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; 
	left: 0;
	width: 100%;
	background-color: #555555;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter {
	position: absolute;
	left: 50%; 
	overflow: hidden;
	padding: 0;
	z-index: 2000;	
	height:486px;
	width:245px;
	background:#FFFFFF;
}

#lbBottomContainer
{display: none;}

.lbLoading
{background: none;}

#lbBottom
{display: none;}

#lbClose {
	width: 65px;
	height: 22px;
	position: absolute;
	overflow: hidden;
	top: 10px;
	right: 20px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 65px;
	height: 22px;
	background: #FFFFFF url('../imagens/bt-fechar.gif') no-repeat center;
	margin:0;
	padding:0;
}

#lbCaption
{font-weight: bold;}

a
{position:relative !important;}
