.afpromo_bar{ width: 100%; padding-top: 10px; padding-bottom: 10px }

.afpromobar_inner{ margin: 0 auto;}



.afpromobar_inner button{ margin-left: 30px; vertical-align: top;}

.promo_top{ padding-bottom: 2px; }
.promo_bottom{ padding-top: 2px; }





.afactive, .afdot:hover {
	background-color: #717171;
}

/* Fading animation */
.affade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes affade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes affade {
	from {opacity: .4}
	to {opacity: 1}
}
