// JavaScript Document

$('#test3').crossSlide({
  fade: 1
}, [
  {
    src:  'lib/sand-castle.jpeg',
    href: 'http://flickr.com/photos/spacetrucker/94209642/',
    from: '100% 80% 1x',
    to:   '100% 0% 1.7x',
    time: 3
  }, {
    src:  'lib/sunflower.jpeg',
    href: 'http://flickr.com/photos/hichako/1125341449/',
    from: 'top left',
    to:   'bottom right 1.5x',
    time: 2
  }, {
    src:  'lib/flip-flops.jpeg',
    href: 'http://flickr.com/photos/jayniebell/1125216143/',
    from: '100% 80% 1.5x',
    to:   '80% 0% 1.1x',
    time: 2
  }, {
    src:  'lib/rubber-ring.jpeg',
    href: 'http://flickr.com/photos/ruminatrix/1125292682/',
    from: '100% 50%',
    to:   '30% 50% 1.5x',
    time: 2
  }


