jQuery(document).ready(function() {
	jQuery('#newtabs> ul').tabs({ fx: {  opacity: 'toggle' } }); 
});
