﻿  $(function() {
$('#banner').crossSlide({
  fade: 3
}, [
  {
    src:  'header_images/1.jpg',
    from: '100% 80% 1x',
    to:   '100% 0% 1.7x',
    time: 10
  }, {
    src:  'header_images/2.jpg',
    from: 'top left',
    to:   'bottom right 1.5x',
    time: 10
  }, {
    src:  'header_images/3.jpg',
    from: '100% 80% 1.5x',
    to:   '80% 0% 1.1x',
    time: 10
      }
    ]);
  });
