$(document).ready(function(){ 
  if ($("#slider").length) {
    $("#slider").easySlider({
    	controlsShow: false,
      auto: true,
      continuous: true,
      pause: 4000
    });
  }  
});


