$(function() {
	var $test1 = $('#homeLeftTop'),
		$test2 = $('#homeRight'),
		$test3 = $('#homeLeftBottom'),
		$caption = $('div.caption');


	
    $test1.crossSlide({
      	sleep: 3,
      	fade: 1.5
    }, [
      { src: 'index_data/images/home-top-1.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-top-2.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-top-3.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-top-4.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-top-5.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-top-6.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-top-7.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-top-8.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-top-9.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-top-10.jpg',	alt:  'Sand Castle' }
    ]);
   
   	$test2.crossSlide({
     	sleep: 3.5,
      	fade: 1.5
    }, [
      { src: 'index_data/images/home-right-1.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-2.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-3.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-4.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-5.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-6.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-7.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-8.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-9.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-10.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-11.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-12.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-14.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-15.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-right-16.jpg',	alt:  'Sand Castle' }
    ]);
    
    $test3.crossSlide({
     	sleep: 2.5,
      	fade: 1.5
    }, [
      { src: 'index_data/images/home-left-bottom-1.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-left-bottom-2.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-left-bottom-3.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-left-bottom-4.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-left-bottom-5.jpg',	alt:  'Sand Castle' },
      { src: 'index_data/images/home-left-bottom-6.jpg',	alt:  'Sand Castle' }
    ]);
	

	
	
});

