$(function() {
    $('#slideshow').crossSlide({
      sleep: 3, //czas zmiany bannera, im wyzsza tym dluzszy czas pomiedzy przejsciami
      fade: 0.3  //szybkosc efektu przejscia
    }, [


      { src: '/js/slideshow/img/1.jpg', href: '', target: '_blank' },

      { src: '/js/slideshow/img/2.jpg', href: '', target: '_blank' },

      { src: '/js/slideshow/img/3.jpg', href: '', target: '_blank' }
    ])
  });

