/*
 * Change the index images here
 *
 * Replace this { src: 'images/main-pic.png' } with the new source files for the images.
 
 */

 $(function() {
    $('#mainImages').crossSlide({
      sleep: 2,
      fade: 1
    }, [
      { src: 'http://www.labocasteaks.com/wp-content/themes/laboca/images/main-pic.png' },
      { src: 'http://www.labocasteaks.com/wp-content/themes/laboca/images/pic-spreads1.png'   },
      { src: 'http://www.labocasteaks.com/wp-content/themes/laboca/images/pic-spreads2.png'  },
      { src: 'http://www.labocasteaks.com/wp-content/themes/laboca/images/pic-side_dishes.png' },
      { src: 'http://www.labocasteaks.com/wp-content/themes/laboca/images/pic-ribeye1.png' }
    ]);
  });
