$(function() {
	var $Info1 = $('#Info1'),
		$caption = $('div.caption'),
		$pause = $('#pause'),
		$resume = $('#resume'),
		$freeze = $('#freeze'),
		$stop = $('#stop'),
		$restart = $('#restart'),
		captions = [],
		STOP = 1, RUN = 2, PAUSE = 3;


$Info1.crossSlide({
		sleep: 2,
		fade: 1
	}, [
		{ src: 'InfoPgSlideShowPix/01.jpg' },
		{ src: 'InfoPgSlideShowPix/02.jpg' },
		{ src: 'InfoPgSlideShowPix/03.jpg' },
		{ src: 'InfoPgSlideShowPix/04.jpg' },
		{ src: 'InfoPgSlideShowPix/05.jpg' },
		{ src: 'InfoPgSlideShowPix/06.jpg' },
		{ src: 'InfoPgSlideShowPix/07.jpg' },
		{ src: 'InfoPgSlideShowPix/08.jpg' },
		{ src: 'InfoPgSlideShowPix/09.jpg' },
		{ src: 'InfoPgSlideShowPix/10.jpg' },
		{ src: 'InfoPgSlideShowPix/11.jpg' },
		{ src: 'InfoPgSlideShowPix/12.jpg' },
		{ src: 'InfoPgSlideShowPix/13.jpg' }
	]);


});
