(function($) { 
  $(function() {
	$( '.iframe' ).fancybox({
		'width'				: 1000,
		'height'			: 570,
		'speedIn'			: 100,
		'scrolling'			: 'no',
		'overlayOpacity'	: 0.5,
		'centerOnScroll'	: false,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

	$( '.modal' ).fancybox({
		'width'				: 300,
		'height'			: 480,
		'speedIn'			: 1000,
		'scrolling'			: 'no',
		'overlayOpacity'	: 0.5,
		'centerOnScroll'	: false,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$( '.inline' ).fancybox({
	});
	
/*
	$( '.modal' ).colorbox({
		width				: 300,
		height				: 420,
		initialWidth		: 200,
		initialHeight		: 250,
		iframe				: true,
		scrolling			: false
	});
*/
  });
})(jQuery);
