$(document).ready(function(){
	$('a.iframe').fancybox({
		'frameHeight': 355
	});
});
