window.jQuery(function($){
$('.ms-theme-nivo-bar .slider-wrapper').each(function(){
$(this).removeClass('theme-default');
});
});