$(document).ready(function() {
	$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#featuredvid > ul').tabs();
	
	$(".gallery_img").fancybox({
		'autoScale'			: true,
		'cyclic'			: true,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'type'				: 'image',
		'autoDimensions'	: true,
		'titleShow'			: true,
		'titlePosition'		: 'over',
		'overlayColor'		: '#000'
	});
	
				$(".warning_link").fancybox({
				'width'				: 460,
				'height'			: 240,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'autoDimensions'	: false,
				'titlePosition'		: 'over'
			});

});
