$(function() {
	$('#rotate > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 4000);
});

