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

