$(document).ready(function()
{
  var galleries = $('.ad-gallery').adGallery({
    effect: 'fade',
    enable_keyboard_move: true,
    cycle: true,
  });


//   $('#pataodkazy img, #menu img').css('opacity', 0.6); 
//   $('#pataodkazy img, #menu img') 
//       .hover(function() { 
//           $(this).stop().animate({ opacity: 1.0 }, 250); 
//       }, 
//       function() { 
//           $(this).stop().animate({ opacity: 0.6 }, 250); 
//       }); 

});

