$(function(){
	$(".slidetabs").tabs(".slideshow > div", {

	// enable "cross-fading" effect
	effect: 'fade',
	fadeOutSpeed: 2200,

	// start from the beginning after the last tab
	rotate: true,
	fadeInSpeed:2000
	

	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({autoplay:true,interval:5000});
});
