/*#####*/
/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin: 0 auto 0 auto;
	background: url("/sites/template/images/loading.gif") no-repeat 50% 40%;
}
#slider img {
	position:absolute;
	margin: 0 auto;
	overflow: hidden;
	z-index:0;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	display:block;
	border: 0;
	cursor: pointer;
}

.nivo-controlNav {
	position:absolute;
	bottom: 0;
	left: 50%;
	/*left: 50%; posiciona as bolinhas de navegação do banner de transição*/
	z-index: 9;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background: url("/sites/template/images/bullets.png") no-repeat;
	text-indent:-9999px;
	margin-right:5px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url("/sites/template/images/arrows.png") no-repeat;
	text-indent:-9999px;
	z-index: 99;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:5%;
	top: 41%;
}
a.nivo-prevNav {
	left:5%;
	top: 41%;
}
