/* ---------------------------------------------------- */
/* JQuery												*/
/* ---------------------------------------------------- */
$jQuery(document).ready(function() 
{
	
	/*############################################################################
	Force popup video to play
	############################################################################ */
	$jQuery.fancybox({
		'padding'		:	0,
		'autoScale'		:	false,
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	150, 
		'overlayShow'	:	true,
		'width'			: 	825,
		'height'		: 	464,
		'href'			: 	'http://vimeo.com/moogaloop.swf?clip_id=18028650',
		'type'			: 	'swf'
	}); 
	
	
});
