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




