/* @override http://www.agenciapangeia.com.br/wp-content/themes/pangeia/custom-nivo-slider.css */

/* @override http://mac.local/pangeia/wp-content/themes/pangeia/custom-nivo-slider.css */

/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */
#slider a {
	border:0;
}

.nivo-controlNav {
	position: absolute;
	height: 44px;
	background: url(images/sombra.png) no-repeat 50% -5px;
	padding-top: 30px;
	width: 820px;
	bottom: -80px;
}
.nivo-controlNav a {
	background: url(images/bullets.png) no-repeat;
	border:0;
	text-indent: -99999px;
	margin-right: 3px;
	float: left;
	width: 10px;
	height: 10px;
	position: relative;
	display: block;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background: url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
