@charset "ISO-8859-1";

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

#content {
	position:relative;
}

/* Easy Slider */

#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:421px;
	height:290px;
	overflow:hidden;
}

.cx_tx_slrev {
	float:left;
	width:361px;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	margin-left:10px;
	height:50px;
	line-height:25px;
	overflow:hidden;
	font-size:13px;
	font-family:PTSansRegular;
	color:white;
	background:#a1a1a1;
}

#prevBtn a {
	position:absolute;
	width:30px;
	height:31px;
	display:block;
	background:url(../gfx/revenda/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/revenda/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/revenda/setas_slide_d.png) no-repeat;
	float:left;
	left:394px;
	top:0px;
	z-index:1000;
}

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