$(document).ready(function() {
	$(".featured5").fancybox({
		'overlayOpacity'        : 1,
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : true,
		'padding'		        : 0,
	'href'			        : 'http://vimeo.com/moogaloop.swf?clip_id=18681718&amp;autoplay=1',
		'title'   				: 'Money Makeover',
		'transitionIn'			: 'fade',          'type'				: 'iframe', 'width'				: '50%',	'height'			: '50%',  showCloseButton :	true, 	'transitionOut'			: 'fade'
	})
});
