$(document).ready(function(){
    /* Fancybox 
    
    $('img').addClass('fancy');
    
    $("img.fancy").fancybox({
            'overlayShow'	: false,
            'transitionIn'	: 'elastic',
            'transitionOut'	: 'elastic',
            'hideOnContentClick': true
    });*/
    
    
   /* Slider */
   
   $(".slidetabs").tabs(".images > div", {
	effect: 'fade',
	fadeOutSpeed: 2000,
        fadeInSpeed: 2000,
        rotate: true

// use the slideshow plugin. It accepts its own configuration
    }).slideshow({
        autoplay: true,
        interval: 8000,
        prev: '.prev',
        next: '.next'
    });            
    
    /* Sponsorzy */

   $('#mycarousel').jcarousel({
        auto: 4,
        visible: 4,
        scroll: 2,
        animation: 5000,
        wrap: 'circular'
    });    
   
   $('.jcarousel-prev').remove();
   $('.jcarousel-prev-horizontal').remove();
   $('.jcarousel-next ').remove();
   $('.jcarousel-next-horizontal').remove();
      
   
      /* Dropdown menu */
   $('ul#menu-menu-glowne').superfish();
   
   $('ul.sub-menu li:first-child').addClass('first-item');
   $('ul.sub-menu li:last-child').addClass('last-item');
   
   
   /*  */
   

  $('.wp-cycle a').attr('target', '_blank');


   
});


