$(document).ready(function(){

    $('#slideshow-lewa-gora').cycle({ 
        fx:    'fade', 
        speed:   1000,
        timeout: 4000
    });
	
    $('#slideshow-lewy-dol').cycle({ 
        fx:    'fade', 
        speed:   1000,
        timeout: 4000
    });
	
    $('#slideshow-prawa-gora').cycle({ 
        fx:    'fade', 
        speed:   1000,
        timeout: 4000
    });


    $(".teledyski").jCarouselLite({
        btnNext: ".main .next",
        btnPrev: ".main .prev",
	    auto: 4000,
	    speed: 1000,
        visible: 4
    });     
});

