$(function() {
	var $test1 = $('#test1'),
		$test2 = $('#test2'),
		$test3 = $('#test3'),
		$test4 = $('#test4'),
		$caption = $('div.caption'),
		$pause = $('#pause'),
		$resume = $('#resume'),
		$freeze = $('#freeze'),
		$stop = $('#stop'),
		$restart = $('#restart'),
		STOP = 1, RUN = 3, PAUSE = 3;

	$test1.crossSlide({
		sleep: 2,
		fade: 2
	}, [
		{ src: 'images/index/home1.jpg'  },
		{ src: 'images/index/home2.jpg'  },
		{ src: 'images/index/home3.jpg'  },
		{ src: 'images/index/home4.jpg'  },
		{ src: 'images/index/home5.jpg'  },
		{ src: 'images/index/home6.jpg'  },
		{ src: 'images/index/home7.jpg'  }
	]);	
});
