$(document).ready(function() {
    $("#slider").easySlider({
        auto: true,
        continuous: true,
        numeric: 2,
        pause: 8000,
        speed: 1200
    });

});


