$(function() {
  $('#anim_imgs').crossSlide({
    speed: 30,
    fade: 1
  }, [
    { src: '/wp-content/themes/foodish/img/anim/01.jpg' , dir: 'up'   },
    { src: '/wp-content/themes/foodish/img/anim/02.jpg' , dir: 'down' },
    { src: '/wp-content/themes/foodish/img/anim/03.jpg' , dir: 'up'   },
    { src: '/wp-content/themes/foodish/img/anim/04.jpg' , dir: 'down'   },
    { src: '/wp-content/themes/foodish/img/anim/05.jpg' , dir: 'up'   },
    { src: '/wp-content/themes/foodish/img/anim/06.jpg' , dir: 'down'   }
  ]);
});

