$(document).ready(function(){
	$('#slide').crossSlide({
		fade: 2
	}, [
		{
			src:  'img/banner/documents.jpg',
			from: 'bottom right .75x',
			to:   '50% 20%',
			time: 3
		},
		{
			src:  'img/banner/documents.jpg',
			from: '10% 70% .75x',
			to:   '90% 30%',
			time: 3
		},
		{
			src:  'img/banner/documents.jpg',
			from: '50% 70% .75x',
			to:   '20% 30%',
			time: 3
		}
	]);
});
