$(function() {
$('#image').crossSlide({
  fade: 3
}, [
  {
    src:  'images/yamanobetitle2010_04-01.jpg',
    from: '100% 100% 1x',
    to:   '100% 100% 1x',
    time: 3
  }, {
    src:  'images/yamanobetitle2010_04-02.jpg',
    from: '100% 100% 1x',
    to:   '100% 100% 1x',
    time: 3
  }, {
    src:  'images/yamanobetitle2010_04-03.jpg',
    from: '100% 100% 1x',
    to:   '100% 100% 1x',
    time: 3
  }, {
    src:  'images/yamanobetitle2010_04-04.jpg',
    from: '100% 100% 1x',
    to:   '100% 100% 1x',
    time: 3
  }, {
    src:  'images/yamanobetitle2010_04-05.jpg',
    from: '100% 100% 1x',
    to:   '100% 100% 1x',
    time: 3
  }, {
    src:  'images/yamanobetitle2010_04-06.jpg',
    from: '100% 100% 1x',
    to:   '100% 100% 1x',
    time: 3
  }, {
    src:  'images/yamanobetitle2010_04-07.jpg',
    from: '100% 100% 1x',
    to:   '100% 100% 1x',
    time: 3
  }, {
    src:  'images/yamanobetitle2010_04-08.jpg',
    from: '100% 100% 1x',
    to:   '100% 100% 1x',
    time: 3
  }
]);
});

