// pop up flyer

$(function() {
	$('.flyer a').lightBox();
	$('.image a').lightBox();
});