#banners_destaque {
	position:relative;
	width:700px;
	height:247px;
	padding:0;
	margin:10px 0 0 0;
}
#banners_destaque img {
}
#banners_destaque a {
	border:0;
	display:block;
}
.nivo-controlNav {
	float:right;
	bottom:0;
	margin:13px 10px 0 0;	
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	line-height:22px;
	font-size:11px;
	background:url(bullets.png) no-repeat;
	text-indent:0;
	border:0;
	margin-right:4px;
	float:left;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	/* SOMBRAS */
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-khtml-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);	
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}
.clear {
	clear:both;
}
