 $(document).ready( function(){
    
var szer = ($(document).width() / 2) - ($('#glowny').width() / 2);             // ustalenie pozycji wyśrodkowanej na ekranie
var szer2 = ($(document).width() / 2) - ($('#podstrony_main').width() / 2);
var szer3 = ($(document).width() / 2) - ($('#ie').width() / 2);

$('#glowny').fadeIn(1200).css('left', szer);
$('#podstrony_main').css('left', szer2);
$('#ie').css('left', szer3);

$.gloss();

for(var i=1;i<=6;i++){
   $('#menu'+i).bind({ 'mouseenter': function(){
    $(this).css('background-image', 'url(../includes/images/button2.png)');
    $(this).find('a').stop().animate({ 'color': '#fe235a' }, 400);
   }, 'mouseleave': function(){
    $(this).css('background-image', 'url(../includes/images/button1.png)');
     $(this).find('a').stop().animate({ 'color': '#ffd557' }, 400);
   }}); 
    
}

$('[id]^="menu" a').css({ 'textDecoration': 'none', 'color': '#ffd557' });

$('#tresc, #kontakt').textgrad({ begin: '#800000', end: '#220000', type: '|' });

$('#mapka').slideDown(800);

$('#close').click(function(){
    $('#podstrony').fadeOut(1100);
    $('#flagi').fadeIn(1100);
    });

$("#scroller").simplyScroll({
			 speed: 20,frameRate: 25
		});


$('#images-container').magicScroller({
    mask:$('#images-mask'),elements:$('#images-mask img'),displaytype:'column',
		elementsByRow:8,rowsDisplayed:8	, animationTime: 700, delayTime: 200
    });

$('#imprezy img').imgr();


if($('#podstrony_main').size() > 0)
  $('#flagi').css('display', 'none');


// Dodatkowe pola:
$('#wigilijka').hover(function(){   // najazd na napis wigilijka
    $(this).stop().animate({ 'fontSize': '21pt' });
    
}, function(){
    $(this).stop().animate({ 'fontSize': '20pt' });
})

setInterval("$('#wigilijka').textscan({ initColor:'#ffd557', endColor:'#ae0000', spanize:0, unspanize:0 })", 4000);   // Scan text

 });
