// ui tab
$(function() {
                $('#rotate > ul').tabs({
				fx: { opacity: 'toggle' } 
				});
 });