//pokaz slajdów
$(document).ready( function(){

    $('#logo').innerfade({
        speed: 'slow',
        timeout: 15000,
        type: 'sequence',
        containerheight: '325px'
    });


    //$('#logo li').corner("round");
    //$('.thumb_gallery').corner("round");
    $('.category_thumb').corner("round");
    Cufon.replace('.logo');

    $('#present_list').liScroll({travelocity: 0.05});
} );

