$(document).ready(function() {
	$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' }, fxSpeed: 'normal' });
	$('#redes_sociais > ul').tabs({ fxShow: { opacity: 'toggle' }, fxSpeed: 'normal' });
});

