$(document).ready(function() {
	$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#featuredvid > ul').tabs();
	
	$('#tabvanilla').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });  
	$('#btn-submit input').val('');
	
	$('#navigation').superfish({
		animation: 	{opacity:'show',height:'show'},
		autoArrows: false
	});
});

