.nivoSlider {
	position:relative;
	height:196px;
	width:343px;
	/*overflow:hidden;*/

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	height:196px;
	width:343px;
	max-width: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:2;
}


/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:0;
	height:196px;
	width:343px;
	overflow:hidden;	
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:1;
	overflow:hidden;	
	width:343px;
	height:196px;
}

.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	text-align:center;
	font-family: /*'BenchNine',*/ sans-serif; font-size:12px;
	left:0px;
	bottom:0px;
	background:#B84344; 
	color:#fff;
	opacity:0.9 !important; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:1;
	width:343px;
	
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:1;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav {
    position:absolute;
    top: -12px;
    right: 0px;
}

.nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(../Animacao/bolinhas.png) no-repeat;
    text-indent:-9999px;
    border:0;
    /*margin-right:10px;*/
    float:left;
	position:relative;
	z-index:1;
	top:0px;
	cursor:pointer;

}

.nivo-controlNav a.active {
    background-position:-10px 0;
	font-weight:bold;
}

.nivo-directionNav a {
    display:block;
    width:15px;
    height:35px;
    background:url(../Animacao/setas.png) no-repeat;
    text-indent:-9999px;
    border:0;
}

a.nivo-nextNav {
    background-position:-16px 0;
    right:-20px;
	opacity:0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
}

a.nivo-nextNav:hover { 
	opacity:1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

a.nivo-prevNav {
    left:-16px;
	opacity:0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
}



a.nivo-prevNav:hover { 
	opacity:1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
