$(document).ready(function() {
	$('#tabvanilla > ul').tabs({ fx: { opacity: 'toggle' } });
});
