$(function() {
	var $mainImg = $('#mainImg')

	$mainImg.crossSlide({
  fade: 1
}, [
  {
    src:  'images/home/home-slide5-11winter.jpg',
    alt:  '',
    from: 'top left',
    to:   'top left',
    time: 2
  }, {
    src:  'images/home/home-slide2-11autumn.jpg',
    alt:  '',
    from: '100% 100% 1x',
    to:   '0% 0% 1x',
    time: 3
  }, {
    src:  'images/home/home-slide3-11autumn.jpg',
    alt:  '',
    from: '100% 0% 1x',
    to:   '0% 100% 1x',
    time: 3
  }, {
    src:  'images/home/home-slide4-11autumn.jpg',
    alt:  '',
    from: '0% 0% 1x',
    to:   '100% 100% 1x',
    time: 3
  }, {
    src:  'images/home/home-slide0.jpg',
    alt:  '',
    from: 'top left',
    to:   'top left',
    time: 2
  }
	]);
});
