"use strict";

$(document).ready(function () {
	$('.section a:has(img)').each(function () {
		$(this).lightBox();
	});
});