<!--
$(function() {
	$('.photoRight a').lightBox();
	$('.photoLeft a').lightBox();
	$('.photo a').lightBox();
});
-->