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

