$(function () {
 $('#slider1').anythingSlider({
      delay               : 4000,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)
      animationTime       : 900,       // How long the slideshow transition takes (in milliseconds)
      easing              : "easeInOutSine"    // Anything other than "linear" or "swing" requires the easing plugin 
 }); // add any non-default options here
});

