$(document).ready(function(){
	
	$(classSlideTabs1).tabs(classSlideVitrine1, {
	
		// enable "cross-fading" effect
		effect: classSlideEffect1,
		fadeInSpeed: 1000,
		fadeOutSpeed: 500,
		// start from the beginning after the last tab
		rotate: true,
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({
			autoplay: true,
			interval: classSlideInterval1,
			clickable: false
	});
	
});

