$(document).ready(function(){
	$("#tabbed-content > ul").tabs({ fx: { opacity: 'toggle' } });
	$("#tabbed-content > ul").tabs('select', 0);
});


