$(document).ready(function() {
    
    // big carousel in top of the home
    $("#big_carousel").carouFredSel({
        items       : 1,
        direction   : "up",
        auto : {
            duration    : 1000,
            pauseDuration: 2000,
            pauseOnHover: true
        },
        scroll: {
            fx: "crossfade",
            duration: 1500
        },
        pagination  : "#big_carousel_pag"
    });
    
    // banners caroulsel in home
    $("#ccdn").carouFredSel({
        auto    : {
            items           : 5,
            duration        : 20000,
            easing          : "linear",
            pauseDuration   : 0,
            pauseOnHover    : "immediate"
        }
    });
    
});


