$(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: 3,
		fade: 1
	}, [
		{ src: 'images/theexplorenepal1.jpg'  },
		{ src: 'images/theexplorenepal2.jpg'  },
		{ src: 'images/theexplorenepal3.jpg'  },
		{ src: 'images/theexplorenepal4.jpg'  },
		{ src: 'images/theexplorenepal5.jpg'  },
		{ src: 'images/theexplorenepal6.jpg'  }
	]);	
});
