$(document).ready(function() {
  $("a[rel='gallery']").colorbox({opacity:0.80, current: '{current} / {total}'});
  $("a.video").colorbox({opacity:0.80, iframe:true, innerWidth:425, innerHeight:344});
  $('#w').focusin(function() {
    if ($(this).val() == $(this).attr('rel')) $(this).val('');
  }).focusout(function() {
    if ($(this).val() == '') $(this).val($(this).attr('rel'));
  });
  if (typeof($slideshow[1]) != 'undefined') {
    $("#slideshow .scrollable").scrollable({
      circular: true,
      keyboard: false,
      onSeek: function(event, i) {
        var act = $slideshow[i+1];
        $('#slideshow .text').html('<p class="head">'+act.nazev+'</p><p>'+act.perex+'</p><p class="more"><a href="'+act.link+'">více &raquo;</a></p>');
      }
    }).navigator().autoscroll({ autoplay: true, interval: 10000 });
  }
});
