$(document).ready(function() {
	$('#buenas-content > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	
});

$(document).ready(function() {
	$('#most-read-content > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	
});
