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