  $(document).ready(function(){
    $('#animace').crossSlide({
   //    speed: 20,
       fade: 1
    }, [
        
      {
        src:  'images/animace/19.jpg',
        href: 'fotogalerie/detske-fotografie.html',
        from: 'bottom left 1x', // background-position , zoom
        to:   '30% 30% 1.3x',
        time: 3
      }, 
      {
        src:  'images/animace/01.jpg',
        href: 'fotogalerie/portrety.html',
        from: '100% 90% 1x', // background-position , zoom
        to:   '100% 0% 1.2x',
        time: 3
      }, 

      {
        src:  'images/animace/13.jpg', // divka
        href: 'fotogalerie/detske-fotografie.html',
        from: '30% 30% 1x',
        to:   '30% 30% 1x',
        time: 2
      },
       
      {
        src:  'images/animace/16.jpg',
        href: 'fotogalerie/detske-fotografie.html',
        from: '90% 90% 1x',
        to:   '20% 20% 1.3x',
        time: 3
      },
      
      {
        src:  'images/animace/26.jpg',
        href: 'fotogalerie/detske-fotografie.html',
        from: '10% 100% 1x',
        to:   '0% 0% 1x',
        time: 3
      },    
      
      {
        src:  'images/animace/11.jpg', // mimi
        href: 'fotogalerie/detske-fotografie.html',
        from: '25% 25% 1x',
        to:   '25% 25% 1x',
        time: 1
      }, 

      {
        src:  'images/animace/17.jpg',
        href: 'fotogalerie/detske-fotografie.html',
        from: '20% 20% 1x',
        to:   '80% 80% 1.2x',
        time: 3
      }
      
    ]);
  });
