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

});
jQuery.fx.off = true;