$(document).ready(function(){
    $("#slider2").easySlider({
        controlsShow: false,
        firstShow: false,
        lastShow: false,
        vertical: false,
        speed: 1200,
        auto: true,
        pause: 15000,
        continuous: true
    });
});


