$(document).ready(function() {

	$("a.fancymovie").fancybox({
		'type'			: 	'iframe',
		'width'			: 	700,
		'height'		: 	450,
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'overlayColor'	: 	'#101010',
		'overlayOpacity': 	0.7,
		'titlePosition'	: 	'inside'
	});


});