$(document).ready(function(){
  $("#slider").easySlider({
    loop: true,
    speed: 4000,
    autoplayDuration: 3000
  }).show();
});
