$(document).ready(function() {
    $('#carousel').jcarousel({
        auto: 0,
        scroll: 1,
		wrap: "both",
        buttonNextHTML: "<div></div>",
        buttonPrevHTML: "<div></div>"
    });
/*    window.onresize = function () {
    $("#carousel").css("width",wrapWidth*$("#carousel li").length+"px !important");
    $("#carousel li").css("width",$(".carousel-wrap").width()+"px !important");
    };*/
});
