$(document).ready(function(){
    
$(document).pngFix(); //fix png dla IE6

$(".news_data").corner("3px");
$(".offer_link").corner("3px");
$(".offer_link_active").corner("3px");
$(".menu_link").corner("3px");
$(".menu_link_active").corner("3px");
$(".morebutton").corner("3px");
$("#partners_box").corner("8px");

$("#tagline").slideDown(2000);
$('.animation1').cycle({ 
    fx:    'fade', 
    speed:  1000,
    timeout:  6000
 });
$('.animation2').cycle({ 
    fx:    'fade', 
    speed:  1000,
    timeout:  6000,
    delay: 3000
 });
$('.animation3').cycle({ 
    fx:    'fade', 
    speed:  1000,
    timeout:  6000,
    delay: 6000
 });

//scroller images
$(function() {
        $(".scroller").jCarouselLite({
    auto: 800,
    speed: 2000,
    visible: 2,
    vertical: true
});
   
});


$(function() {
	$('a.lightbox').lightBox(); // Select all links with lightbox class
	});




}); // koniec dokument ready
