@charset "ISO-8859-1";

#container {
	float:left;
	margin:0;
	position:relative;
	text-align:left;
	width:960px;
	overflow:hidden;
}

#content {
	position:relative;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:960px;
	height:460px;
	overflow:hidden;
}

.lbht {
	float:left;
	width:240px;
	height:460px;
	background:url(../gfx/geral/dashed_vertical.png) repeat-y;
	background-position: right center;
	overflow:hidden;
	margin-top:-460px;
	position:f;
	z-index:99;
}

.lbht2 {
	float:left;
	width:240px;
	height:460px;
	background:url(../gfx/banner_home/banner_efeitos.png) no-repeat;
	background-position: right 0px;
	overflow:hidden;
}

.lbht2d {
	float:left;
	width:240px;
	height:460px;
	background:url(../gfx/banner_home/banner_efeitos.png) no-repeat;
	background-position: right center;
	position:relative;
	margin-top:-462px;
	margin-left:0px;
}

.tbslh {
	float:left;
	width:auto;
	max-width:860px;
	padding-left:30px;
	padding-right:30px;
	height:65px;
	line-height:65px;
	margin-left:20px;
	background:white;
	overflow:hidden;
	margin-top:-430px;
	position:relative;
	z-index:999;
	font-size:30px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:black;	
}

.tbslh b, .tbslh strong {
	font-size:30px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	color:black;		
}

.tbslh2 {
	float:left;
	width:190px; /* 585px */
	padding-left:30px;
	padding-right:30px;
	height:65px;
	line-height:65px;
	margin-left:20px;
	background:white;
	overflow:hidden;
	margin-top:-430px;
	position:relative;
	z-index:999;
	font-size:48px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:black;	
}

.tbslh2 b, .tbslh2 strong {
	font-size:48px;
	font-family: 'Lato', sans-serif;
	font-weight:900;
	color:black;		
}

.sptbslh {
	float:left;
	width:220px;
	height:18px;
	background:url(../gfx/banner_home/diagonal_banner.png) no-repeat;
	position:relative;
	margin-top:-365px;
	margin-left:20px;
	overflow:hidden;	
}

#prevBtn a {
	width:50px;
	height:121px;
	display:block;
	float:left;
	left:0px;
	top:0px;
	background:url(../gfx/galerias/seta_grande_e_h.png) no-repeat;
	z-index:1000;
	position:absolute;
	display:none;
	outline:none;
}

#nextBtn a {
	width:50px;
	height:121px;
	display:block;
	float:left;
	left:910px;
	top:0px;
	background:url(../gfx/galerias/seta_grande_d_h.png) no-repeat;
	z-index:1000;
	position:absolute;
	display:none;
	outline:none;	
}
