$(document).ready(function()
  {
    $(".box-fotogalerie a").lightBox();
    $(".box-content2-ukazky .foto a").lightBox();

    $('.slideshow').cycle({
      fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });

  // odkazy s http do noveho okna
  /*$("a:[href^=http://]").each(function() {
     $(this).addClass("out-link");
     $(this).attr('title', $(this).attr('title') + " - Odkaz do nového okna");
     $(this).attr({ target: "_blank" });
  });*/
  });

