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