$(document).ready(function() {
	$("a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'fade',
		'speedIn'		:	300, 
		'speedOut'		:	200, 
		'hideOnContentClick': true,
		'titlePosition'		: 'outside',
		'overlayColor'		: '#000',
		'overlayOpacity'	: 0.9
	});
	
	$(".extLink").fancybox({
	 'width' : '100%',
	 'height' : '100%',
	 'autoScale' : false,
	 'transitionIn' : 'fade',
	 'transitionOut' : 'fade',
	 'speedIn'		:	300, 
	 'speedOut'		:	200, 

	 'type' : 'iframe'
 });

});

