#sliderTopo {
	position:relative;
	height:302px;
	margin:0 0 12px 0;
	background:#202834 url(../imagem/loading.gif) no-repeat 50% 50%;
	width:966px;
}
#sliderTopo img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#sliderTopo a {
	border:0;
}
#sliderInte {
	position:relative;
	height:250px;
	margin:0;
	background:#202834 url(../imagem/loading.gif) no-repeat 50% 50%;
	width:250px;
}
#sliderInte img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#sliderInte a {
	border:0;
}
#sliderSust {
	position:relative;
	height:250px;
	margin:0;
	background:#202834 url(../imagem/loading.gif) no-repeat 50% 50%;
	width:250px;
}
#sliderSust img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#sliderSust a {
	border:0;
}
.nivo-controlNav {
	position:absolute;
	left:10px;
	bottom: -11px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../imagem/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

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

