$(document).ready(function(){
	$("#page-tabs > ul").tabs({ fxFade: true, fxSpeed: 'fast' });
});

