
  $(function() {
//    $('#sliderImages').crossSlide({
//      sleep: 2.7,
//      fade: 1,
//      shuffle: true
//    }, [
//      { src: '/img/instalaciones/sand-castle.jpeg' },
//      { src: '/img/instalaciones/sunflower.jpeg'   },
//      { src: '/img/instalaciones/flip-flops.jpeg'  },
//      { src: '/img/instalaciones/rubber-ring.jpeg' }
//    ]);

	$('#sliderImages').crossSlide({
	  fade: 3,
      shuffle: true
	}, [
	  {
	    src:  '/img/instalaciones/001.jpg',
	    from: '80% 20% 1.5x',
	    to:   '100% 100%',
	    time: 7
	  }
	  , 
	  {
	    src:  '/img/instalaciones/002.jpg',
	    from: '0% 0% 1.5x',
	    to:   '50% 50% 1x',
	    time: 7
	  }
	  , 
	  {
	    src:  '/img/instalaciones/003.jpg',
	    from: '100% 70% 1.7x',
	    to:   '100% 100%',
	    time: 7
	  }
	  , 
	  {
	    src:  '/img/instalaciones/004.jpg',
	    from:   '35% 15% 2x',
	    to: '50% 50% 0.8x',
	    time: 7
	  }
	  , {
	    src:  '/img/instalaciones/005.jpg',
	    from: '100% 80% 1.7x',
	    to:   '80% 0% 1.2x',
	    time: 7
	  }
	]);
  });