$(document).ready(function() {
	$(".featured19").fancybox({
		'overlayOpacity'        : 1,
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : true,
		'padding'		        : 0,
	'href'			        : 'http://vimeo.com/moogaloop.swf?clip_id=18600223&amp;autoplay=1',
		'title'   				: 'Kent 2012',
		'transitionIn'			: 'fade',          'type'				: 'iframe', showCloseButton :	true, 
		'transitionOut'			: 'fade'
	})
});

