var j = jQuery.noConflict();
j(function() {
	var jtest1 = j('#test1'),
		jtest2 = j('#test2'),
		jtest3 = j('#test3'),
		jtest4 = j('#test4'),
		jcaption = j('div.caption'),
		jpause = j('#pause'),
		jresume = j('#resume'),
		jfreeze = j('#freeze'),
		jstop = j('#stop'),
		jrestart = j('#restart'),
		STOP = 1, RUN = 2, PAUSE = 3;

	jtest1.crossSlide({
		sleep: 2,
		fade: 1
	}, [
		{ src: 'images/indexbanner/shivapuricottage_main1.jpg' },
		{ src: 'images/indexbanner/shivapuricottage_main2.jpg'  },
		{ src: 'images/indexbanner/shivapuricottage_main3.jpg'  },
		{ src: 'images/indexbanner/shivapuricottage_main4.jpg' }
	]);	
});

