// JavaScript Document
jQuery(document).ready(function() {
$(".jAvantages").jCarouselLite({
		vertical: false,
        scroll: 1,
		auto: true,
		speed: 2000
	});
});
