$(function(){    
    $(".bannerSystemSlider").show();
    $(".bannerSystemSlider").easySlider({
        auto: true,
        continuous: true,
        controlsShow: false,
        numeric: false,
        pause: 5000
    });
    
});


