           $(function() {
				$('#container > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
				$('#fragment-1').hide();
             });
