$(function() {
    $("#mycarousel").jcarousel({
		visible : -5,
		scroll : 9,
		auto: 0,
		animation : 500,
        wrap: "both"
    });
});
