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

