
$(function() {


    $('#slideshow').crossSlide({


fade: 1,
		variant: true,
		easing: 'easeInOutQuad'
	}, [
		{
			src:  '/img/h1.png',
			from: '50% 50% 1.3x',
			to:   '50% 0% 1.0x',
			time: 3
		}, {
			src:  '/img/h2.png',
			from: 'top left',
			to:   '80% 50% 1.5x',
			time: 3
		}, {
			src:  '/img/h3.png',
			from: '30% 0% 1.5x',
			to:   '50% 0%',
			time: 3
		}, {
			src:  '/img/h4.png',
			from: '100% 50% 1.5x',
			to:   '30% 50% 1.0x',
			time: 3
		},{
			src:  '/img/h5.png',
			from: '100% 50% 1.5x',
			to:   '30% 50% 1.0x',
			time: 3
		}
	]);
	
	



  });
