// JavaScript Document
$(document).ready(function() {

	$(".email-signup").fancybox({
		'type'			:	'iframe',
		'width'			:	650,
		'height'		:	840,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});

})
