
$(function() {
	$('a.map').lightBox();
	$('a[rel=lightbox]').lightBox();
});

