$(document).ready(function() {
	$('a.demo_lnk').fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'padding'		: 	0,
		'margin'		:	0,
		'width'			:	1110, 
		'height'		:	620,
		'overlayOpacity':	0.7,
		'overlayColor'	:	'#000',
		'hideOnContentClick': false,
		'type'			: 'iframe'
		});
	$('a.about_link').fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'padding'		: 	0,
		'margin'		:	0,
		'width'			:	900, 
		'height'		:	600,
		'overlayOpacity':	0.7,
		'overlayColor'	:	'#000',
		'hideOnContentClick': false,
		'type'			: 'iframe'
		});	
	});
