
	$(document).ready(  
	function()
	{				

/* menu animowane */
$(".slajd p br").remove();
    
  	$('.slajd p').cycle({ 
       fx:        'scrollLeft',
       direction: 'up',
       timeout:   4000,
       speed:     700,
       cssBefore: { opacity: 1 },
       animOut:   { opacity: 0 }
    });
	
	}); 
	




    


