
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper { width:640px; height:280px; margin:15px 0; }

#slider { position:relative; width:640px; height:280px; background:url(../loading.gif) no-repeat 50% 50%; }

#slider img { position:absolute; display:none; }
#slider a { border:0; display:block; }

.nivo-controlNav {
	position:absolute;
	bottom:-30px;
	left:280px;
}
.nivo-controlNav a.active {
	background-position:0 -20px;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}



/* AQUI COMECAVA O OUTRO */




/* The Nivo Slider styles */

.nivoSlider { position:relative; left:0px;}

.nivoSlider img { position:absolute; top:0;  }

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink { position:absolute; top:0; left:0; width:100%; height:100%; z-index:60; display:none; }

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */

.nivo-caption {
    font-family: Arial; font-size:12px;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#4c4c4c;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:12px;
	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:40%;
	z-index:99;
	cursor:pointer;
	display:block;
	width:50px;
	height:60px;
	text-indent:-9999px;
}
.nivo-prevNav {
	left:0; background:url(../arrows.png) no-repeat left;
}
.nivo-nextNav {
	right:0; background:url(../arrows.png) no-repeat right;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	width:20px;
	height:20px;
	background:url(../bullets.png) no-repeat;
	text-indent:-9999px;
	margin-right:20px;
	float:left;

}
.nivo-controlNav a.active {
	font-weight:bold;
}