jQuery(function() {            
    // initialize scrollable  
jQuery(".slidetabs").tabs(".slides > .feature-scene", {

	// enable "cross-fading" effect
	effect: 'fade',
	fadeOutSpeed: "slow",
	fadeInSpeed: 1000,
	fadeOutSpeed: 1000,

	// start from the beginning after the last tab
	rotate: true

// use the slideshow plugin. It accepts its own configuration
}).slideshow({autoplay: true, interval: 8000});
});	
