jQuery(function($) {
	//tabs
	


	$('.tabWidget > ul').tabs({ fx: { opacity: 'toggle' } });

});

