/* Custom CSS to force Smart Slider 3 Next Slide button text to be white */
.n2-ss-slider a, 
.n2-ss-slider a.n2-ss-button, 
.n2-ss-slider .n2-ss-button-container a,
.n2-ss-slider div.n2-ss-button,
.n2-ss-slider [class*="n2-style-"] {
    color: #ffffff !important;
}

.n2-ss-slider a:hover, 
.n2-ss-slider a.n2-ss-button:hover, 
.n2-ss-slider .n2-ss-button-container a:hover,
.n2-ss-slider div.n2-ss-button:hover,
.n2-ss-slider [class*="n2-style-"]:hover {
    color: #0568f6 !important;
    background-color: #ffffff !important;
}
