var $tab = jQuery.noConflict();
$tab(function(){
		$tab(".tabs").accessibleTabs({
			tabhead:'h2',
			fx:"fadeIn"
		});
});

