/*
 * 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.riomarseafood.com/wp-content/themes/riomar/images/pic-ceviche01.png' },
      { src: 'http://www.riomarseafood.com/wp-content/themes/riomar/images/pic-mussels1.png'   },
      { src: 'http://www.riomarseafood.com/wp-content/themes/riomar/images/pic-salad.png'  },
      { src: 'http://www.riomarseafood.com/wp-content/themes/riomar/images/pic-tresleches1.png' },
      { src: 'http://www.riomarseafood.com/wp-content/themes/riomar/images/pic-escabeche01.png' }
    ]);
  });
