$(document).ready(function(){		
	$('.pageRubrique li::nth-child(3n+1)').css('clear', 'both');
	$('a.prodIMG').lightBox();

    jQuery('#bloc-toutes-nos-marques ul').jcarousel({
		auto: 1,
		wrap: 'last',
		visible: 1,
		scroll: 1
	});
	
	$('.titre-ariane h3:gt(0)').css('padding-left', '10px');


	jQuery('div.famille-route .image ul').jcarousel({
		auto: 3,
		wrap: 'last',
		visible: 1,
		scroll: 1,
		vertical: true
	});


	jQuery('div.famille-vtt .image ul').jcarousel({
		auto: 0,
		wrap: 'last',
		visible: 1,
		scroll: 1,
		vertical: true,
		initCallback: function(carousel) {
			var slideshow = carousel;
			slideshow.stopAuto();
			window.setTimeout(function() {
				slideshow.startAuto(3);
			}, 1000);
		}
	});


	jQuery('div.famille-freeride .image ul').jcarousel({
		auto: 0,
		wrap: 'last',
		visible: 1,
		scroll: 1,
		vertical: true,
		initCallback: function(carousel) {
			var slideshowFreeride = carousel;
			slideshowFreeride.stopAuto();
			window.setTimeout(function() {
				slideshowFreeride.startAuto(3);
			}, 2000);
		}
	});

});	
