/**************** Rotator ****************/
.cs-prev, .cs-next {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.cs-prev:hover, .cs-next:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}
.cs-prev {
    left: 20px;
    border-radius: 0 4px 4px 0;
}
.cs-next {
    right: 20px;
    border-radius: 4px 0 0 4px;
}
.cs-buttons {
    margin-top: -30px;
}
.cs-buttons a {
    background: #fff;
    color: #fff;
    margin: 0 8px;
    padding: 3px;
    border-radius: 10px;
    font-size: 0.1em;
    text-decoration: none;    
}
.cs-buttons a:first-child {
    margin: 0 8px 0 0;
}