@charset "ISO-8859-1";

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

#content4 {
	position:relative;
}

/* Easy Slider */

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

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

#prevBtn a {
	position:absolute;
	width:30px;
	height:31px;
	display:block;
	background:url(../gfx/home/setas_slide_e.png) no-repeat;
	float:left;
	left:0px;
	top:0px;
	z-index:1000;
}

#prevBtn a:hover {
	position:absolute;
	width:30px;
	height:31px;
	display:block;
	background:url(../gfx/home/seta_slide_e_over.png) no-repeat;
	float:left;
	left:0px;
	top:0px;
	z-index:1000;
}

#nextBtn a {
	position:absolute;
	width:30px;
	height:31px;
	display:block;
	background:url(../gfx/home/setas_slide_d.png) no-repeat;
	float:left;
	left:626px;
	top:0px;
	z-index:1000;
}

#nextBtn a:hover {
	position:absolute;
	width:30px;
	height:31px;
	display:block;
	background:url(../gfx/home/seta_slide_d_over.png) no-repeat;
	float:left;
	left:626px;
	top:0px;
	z-index:1000;
}

.cx_tsldhm {
	float:right;
	width:395px;
	height:48px;
	overflow:hidden;
	margin-top:-66px;
	position:relative;
	line-height:24px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	font-family:PTSansRegular;	
	color:white;
	background:url(../gfx/home/fundo_sldh.png) repeat;
}


