$(document).ready(function() {
	
	$(".popup").fancybox({
	  'type' : 'iframe',
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'overlayOpacity' : 0.8,
		'overlayColor' : '#fff',
		'padding' : 15,
		'width' : 705,
		'height' : 300,
		'titleShow' : false,
		'centerOnScroll' : true,
		'cyclic' : true
	});
	
	$(".lightbox").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'overlayOpacity' : 0.8,
		'overlayColor' : '#fff',
		'padding' : 15,
		'titleShow' : false,
		'centerOnScroll' : true,
		'cyclic' : true
	});

	
});
