.banners-cycle-ball {
    background-color: #023670;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 3em;
    margin-top: 1.5em;
    width: 3em;
}

.banners-cycle-ball:hover {
	background-color: #2c6db6;
	cursor: pointer;
}

#banners-cycle-prev {
    background-image: url(../images/prev.png);
}

#banners-cycle-next {
    background-image: url(../images/next.png);
    
}