$(document).ready(function() {


$("div#requestprospectus a").fancybox({
			
	'zoomSpeedIn':	750, 
	'zoomSpeedOut':	0,
	'overlayShow':	true,
	'frameWidth': 480,
	'frameHeight': 400

});


$("div#stayinformed a").fancybox({
				
	'zoomSpeedIn':	750, 
	'zoomSpeedOut':	0,
	'overlayShow':	true,
	'frameWidth': 480,
	'frameHeight': 400

});




});