/**************** 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 !important;
    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;
}
#coin-slider-wrapper {
    border: 10px solid #bcbcbc;
}

/**************** Home Highlights ****************/
#highlight_container .widget img {
    border: 5px solid #eb135e;
    width: 96%;
    margin-bottom: 22px;
    display: block;
}
#highlight_container h3 {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #eb135e;
}
#highlight_container .widget p {
    height: 115px;
    overflow: hidden;
}
/**************** Right Widgets ****************/
#right .widget {
    margin-bottom: 35px;
}