$(document).ready(function(){
 $('#slider')
  .anythingSlider({
   width        : 960,
   height       : 200,
   //startStopped : true,
   autoplay: true,
   delay               : 5000,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)
   animationTime       : 5000,
   buildNavigation     : true,
   buildArrows:false,
   startPanel: 0,
   hashTags: false
  });

})
