#nivoDestaques {
    height: 310px;
    margin-left: 180px;
    width: 390px;
}
#nivoDestaques img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#nivoDestaques a {
	border:0;
	display:block;
}


.nivo-controlNav {
	bottom: 0;
    left: -135px;
    position: absolute;
}

.nivo-controlNav a {
	display:block;
	width:15px;
	height:22px;
	background:url(../_images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}


.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../_images/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 {
    font-family: Helvetica,Arial,sans-serif;
    height: 310px;
    margin-left: -180px;
    text-shadow: none;
    width: 180px;
	background-color:#390b0b;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


.clear {
	clear:both;
}