$(function() {
	$('#gallery').crossSlide({
		fade: 2 },
		[
			{ src: 'images/04.gif',
				from: '100% 100% 1x',
				to: '100% 100% 1x',
				time: 0.5 },
			{ src: 'images/01.gif',
				from: '100% 100% 1x',
				to: '100% 100% 1x',
				time: 1 },
			{ src: 'images/04.gif',
				from: '100% 100% 1x',
				to: '100% 100% 1x',
				time: 0.5 },
			{ src: 'images/02_e.gif',
				from: '100% 100% 1x',
				to: '100% 100% 1x',
				time: 1 },
			{ src: 'images/03_e.gif',
				from: '100% 100% 1x',
				to: '100% 100% 1x',
				time: 5 }
			]
		);
	});
