.banner_rotativo{
	float:left;
	position:relative;
	width:980px;
	height:350px;
	overflow:hidden;
}

#jqb_object img{ 
	border: none;
}

#jqb_object { 
	position:relative;
	height:350px; 
	overflow:hidden;
}

#jqb_object .jqb_slide{
	position:absolute;
	width:980px;
	height:350px; 
	border:0px solid #F00;
	z-index:0;
}

#btn_prev{
	position:absolute;
	width:35px;
	height:70px;
	background:url(../images/setas-banner.png) left top no-repeat;
	text-indent:-9000px;
	top:140px;
	left:0;
}

#btn_prev:hover{
	background:url(../images/setas-banner.png) left bottom no-repeat;
}

#btn_next{
	position:absolute;
	width:35px;
	height:70px;
	background:url(../images/setas-banner.png) right top no-repeat;
	text-indent:-9000px;
	top:140px;
	right:0;
}

#btn_next:hover{
	background:url(../images/setas-banner.png) right bottom no-repeat;
}