$(document).ready(function() {
	$("a.iframe").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'overlayShow'	:	true,
		'overlayOpacity':	0.5,
		'width'			:	350,
		'height'		:	550,
		'scrolling'		:	'no'
	});

	$("a.privacy").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'overlayShow'	:	true,
		'overlayOpacity':	0.5,
		'width'			:	600,
		'height'		:	600,
		'scrolling'		:	'no'
	});

	$("a.terms").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'overlayShow'	:	true,
		'overlayOpacity':	0.5,
		'width'			:	600,
		'height'		:	600,
		'scrolling'		:	'no'
	});
});
