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

