#bannerNav{ 
	margin-right: -470px;
	position: absolute;
	right: 50%;
	top: 520px;
	z-index: 99;
}
.bannerItem {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50% 50% 50% 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	text-align: center;
	width: 15px;
	height: 15px;
	-webkit-background-size: 90%;
	background-size: 90%;
	margin: 0 0 0 8px;
}
.banner-item{
	display: inline-block;
	vertical-align: top;
}

/* Hover */
.atual, .bannerItem:hover { 
	height: 21px;
	width: 21px;
	margin: -3px -3px -3px 5px;
}