$(document).ready(function() {

	$("a.fancybox_img").fancybox({
		'transitionIn'		:	'elastic',
		'transitionOut'		:	'elastic',
		'speedIn'			:	600, 
		'speedOut'			:	300, 
		'overlayShow'		:	true,
		'overlayOpacity'	:	0.5,
		'overlayColor'		:	'#000',
		'titlePosition'		:	'inside'
	});
	
	$("a.fancybox_if").fancybox({
		'width'				: 	800,
		'height'			: 	600,
		'padding'			:	0,
		'autoScale'			: 	false,
		'transitionIn'		:	'fade',
		'transitionOut'		:	'fade',
		'overlayShow'		:	true,
		'overlayOpacity'	:	0.5,
		'overlayColor'		:	'#000',
		'type'				: 	'iframe'
	});
	
});
