$(document).ready(function() {
	$("a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	300, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'titleShow'     : 	true,
		'overlayColor'	: 	'#c4c4c4',
		'centerOnScroll':	true,
		'showNavArrows'	:	true,
		'titlePosition'	:	'outside',
		'titleShow'		:	true
	});
	$(".iframe-modal").fancybox({
		'autoDimensions': true,
        'width'			: 900,
        'height'		: 455,
        'autoScale'		: false,
        'transitionIn'	: 'none',
        'transitionOut'	: 'none',
        'type'			: 'iframe',
        'centerOnScroll': 'true',
        'titleShow'		: false,
        'overlayColor'	: 	'#3a3a3a'
	});
});

