$(function() {
	
	$("a#spawn_map").fancybox({
		frameWidth: 500,
		frameHeight: 378,
		hideOnContentClick: false,
		padding: 5
	});
	
});
