$(document).ready(function() {
  $('.fotogalerie a').lightBox({fixedNavigation:true});
  $('a.lightbox').lightBox();
  $('a.thickbox').lightBox();
  
  $('.head input[type=text]').DefaultValue('- Vyhledat klíčové slovo -');
  //$('.footer-news input[type=text]').DefaultValue('- Zadejte Váš email -');
  //$('.input-name').DefaultValue('- Zadejte Vaše jméno -');
  //$('.input-password').DefaultValue('- Zadejte Vaše heslo -');
  $('.slider > ul').cycle({
    fx: 'fade',
    speed: 1000,
    timeout: 5000,
    pager: '.car-nav',
    next: '.next',
    prev: '.prev'
  });
});

