$(function() {
$('#slide').crossSlide({
  fade: 1
}, [
  {
    src:  'images/1.jpg',
    from: '100% 100% 1x',
    to:   '100% 0% 1.5x',
    time: 5
  }, {
    src:  'images/2.jpg',
    from: 'bottom right',
    to:   'top left 1.5x',
    time: 5
  }, {
    src:  'images/3.jpg',
    from: 'top right',
    to:   'bottom left 1.5x',
    time: 5
  }, {
    src:  'images/4.jpg',
    from: 'bottom right',
    to:   'top left 1.5x',
    time: 5
  }, {
    src:  'images/5.jpg',
    from: 'top left',
    to:   'bottom right 1.5x',
    time: 5
  }
]);
});
