$(function () {
  $('img.swap').hover(function () {
    this.src = 'http://promocyjnegazetki.pl/include/templates/promocyjnegazetki/img/promo_button_b.jpg';
  }, function () {
    this.src = 'http://promocyjnegazetki.pl/include/templates/promocyjnegazetki/img/promo_button_a.jpg';
  });
});



$(document).ready(function(){
 
$(".pro_img").hover(
function() {
$(this).animate({"top": "-20px"}, "slow");
},
function() {
$(this).animate({"top": "12px"}, "slow");
});
 
});


	$(function(){
        $('div.rogi').each(function() {
             $(this).corner('top, bottom');
        });
        
	});

	$(function(){
        $('div.rogi_top').each(function() {
             $(this).corner('top');
        });
        
	});


	$(function(){
        $('input.rogi').each(function() {
             $(this).corner();
        });
        
	});

			$(function() {
				$('#one').ContentSlider({
					width : '700px',
					height : '209px',
					speed : 800,
					easing : 'easeInOutBack'
				});
			});



    jQuery(document).ready(function($) {
      $('a[rel*=facybox]').facybox({
        // noAutoload: true
      });
      
      $("h2",$("#changelog")).css("cursor","pointer").click(function(){
          $(this).next().slideToggle('fast');
      }).trigger("click");
      
    });



    $(function() {
        $('#tabber').tabs();
    });