$(document).ready(function(){
	
	
	
	$(classSlideTabs2).tabs(classSlideVitrine2, {
	
		// enable "cross-fading" effect
		effect: classSlideEffect2,
		fadeOutSpeed: "slow",
		// start from the beginning after the last tab
		rotate: true,
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({
			autoplay: true,
			interval: classSlideInterval2,
			clickable: false
	});
	
	$(classSlideTabs3).tabs(classSlideVitrine3, {
	
		// enable "cross-fading" effect
		effect: classSlideEffect3,
		fadeOutSpeed: "slow",
		// start from the beginning after the last tab
		rotate: true,
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({
			autoplay: true,
			interval: classSlideInterval3,
			clickable: false
	});
	
	$(classSlideTabs4).tabs(classSlideVitrine4, {
	
		// enable "cross-fading" effect
		effect: classSlideEffect4,
		fadeOutSpeed: "slow",
		// start from the beginning after the last tab
		rotate: true,
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({
			autoplay: true,
			interval: classSlideInterval4,
			clickable: false
	});
	
	$(classSlideTabs5).tabs(classSlideVitrine5, {
	
		// enable "cross-fading" effect
		effect: classSlideEffect5,
		fadeOutSpeed: "slow",
		// start from the beginning after the last tab
		rotate: true,
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({
			autoplay: true,
			interval: classSlideInterval5,
			clickable: false
	});
	
});

