jQuery(document).ready(function() {

	jQuery("#party-guide-box a.iframe").fancybox({
		'frameWidth': 800,
		'frameHeight': 400
	});
	
});
