/**********
 *	STAGE 
 **********/
 
function activateStageSlideshow ()
{
	$( "#stage-teaser ul.tabs" ).tabs( "#stage-teaser div.panes > div",
		{ effect: 'fade', fadeInSpeed: 1000, fadeOutSpeed: 1000, rotate: true } ).slideshow( { autoplay: true, interval: 6000 } );
}
