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