$(document).ready(function(){

	/* This is basic - uses default settings */
	
	$("a.vimeo").fancybox({
	
	'hideOnContentClick': false,
	'autoScale'	: false,
	'width'		: 675,
	'height'	: 500,
	'padding'	: 0,
	'titleShow'	: true,
	'speedIn'	: 300,
	'speedOut'	: 300,
	'type'		: 'iframe',
	'overlayOpacity': 1,
	'overlayColor'	: '#000'

	});

	$("a.mov").fancybox({
	
	'hideOnContentClick': false,
	'autoScale'	: false,
	'width'		: 760,
	'height'	: 400,
	'padding'	: 0,
	'titleShow'	: true,
	'speedIn'	: 300,
	'speedOut'	: 300,
	'type'		: 'iframe',
	'scrolling'	: 'no'

	});

});


