$(document).ready(function() {
    $(".sliderInner").easySlider({
        auto: true, 
        continuous: true,
        pause: 5000
    });
});
