$(document).ready(function() {

	$("a.iframe").fancybox({
		'frameWidth': 540,
		'frameHeight': 600
	});

});

