$(function() {
		$('a[rel=lightbox]').lightBox();
    $('#stranka').corner("5px");
$('#placeholder').crossSlide({
  fade: 1
}, [
  {
    src:  '/images/banner-0.jpg',
		href: '/',
    from: '0% 0%',
    to:   '100% 0%',
    time: 1
  }, {
    src:  '/images/banner-1.jpg',
		href: '/',
		from: '50% 10%',
    to:   '100% 80%',
    time: 5
  }, {
    src:  '/images/banner-2.jpg',
		href: '/',
    from: '10% 0%',
    to:   '100% 100%',
    time: 5
  }, {
    src:  '/images/banner-3.jpg',
		href: '/',
		from: '20% 20% 0.8x',
    to:   '70% 90%',
    time: 5
  }
], function(idx, img, idxOut, imgOut) {
  if (idxOut == undefined)
  {
    $('#caption').text(img.alt).animate({ opacity: .8 })
  }
  else
  {
    $('#caption').fadeOut()
  }
});


});


