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

