$(document).ready(function() {
	$("ul.bloc-pub").jcarousel({
		auto: 5,
		scroll: 1,
		animation: 500,
		wrap: "both"
    });
});