$(document).ready(function(){
 	 $('.menuimg').imghover({suffix: '-hover'});
});
// Create the tooltips only on document load


$(document).ready(function() 
{
   // Notice the use of the each method to gain access to each element individually
   $('#pobytyBOX a').each(function()
   {
      
       $(this).qtip(

      {
         content: {

            text: '<img class="throbber" src="/images/loader.gif" alt="Loading..." />',
            url: '/index.php?action=tooltip_pobyty&id_pobytu='+$(this).attr('rel'),
			method: 'get'
         },
         position: {
            corner: {
               target: 'topMiddle', 
               tooltip: 'bottomLeft'
            },
            adjust: {
				x: 0, y: 10,
               screen: false 
            }
         },
         show: { 
            when: 'mouseover', 
            solo: true
         },
         hide: 'mouseout',
         style: {
            tip: true, 
            border: {
               width: 0,
               radius: 12,
			   color: '#2785c2'

            },
           
            width: 320,
			padding: 1,
	        background: '#2785c2',
            color: 'white',
            textAlign: 'left'
         }
      })
   });
});

$(document).ready(function() 
{
   // Notice the use of the each method to gain access to each element individually
   $('#zajezdyBOX a').each(function()
   {
      
       $(this).qtip(

      {
         content: {

            text: '<img class="throbber" src="/images/loader.gif" alt="Loading..." />',
            url: '/index.php?action=tooltip&id_poznavacky='+$(this).attr('rel'),
			method: 'get'
         },
         position: {
            corner: {
               target: 'topMiddle', 
               tooltip: 'bottomLeft'
            },
            adjust: {
				x: 0, y: 10,
               screen: false 
            }
         },
         show: { 
            when: 'mouseover', 
            solo: true
         },
         hide: 'mouseout',
         style: {
            tip: true, 
            border: {
               width: 0,
               radius: 12,
			   color: '#2785c2'

            },
           
            width: 320,
			padding: 1,
	        background: '#2785c2',
            color: 'white',
            textAlign: 'left'
         }
      })
   });
});

$('.boxZ').corner();
$('.selected').corner();
$('.rounded').corner();
$('.day').corner();
$('.highlights').corner();
$('.nadpis').corner();






$(document).ready(function() 
{

     

});

			

