jQuery(function($){
    $("#carousel").carouFredSel({
        height:280,
        width:290,
        align:"left",
        height:250,
        direction:"up",
        scroll:1,
        items:{
            visible:3
        },
        auto : {
            play:true,
            delay:3000,
            pauseOnHover:true,
            duration:1000
        },
        prev: {
            button: $('.prev')
        },
        next: {
            button: $('.next')
        }
    });
});
