$(document).ready(function(){

	
	$("ul#ticker-tabs").tabs("#front-page-ticker > li", {

	// enable "cross-fading" effect
	effect: 'fade',
	fadeOutSpeed: "slow",
fadeOutSpeed: 4000,
		fadeInSpeed: 4000,
	// start from the beginning after the last tab
	rotate: true

// use the slideshow plugin. It accepts its own configuration
}).slideshow({autoplay: true, interval: 4000, autopause: false});
	


});

