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