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