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