$(document).ready(function() {
	$("a.iframe").fancybox(
	{
		'zoomSpeedIn': 300,
		'zoomSpeedOut': 300,
		'overlayShow': true,
		hideOnContentClick: false,
		frameWidth: 700,
		frameHeight: 500
	}); 
});
