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