// Javascript for LightBox

$(function() {
	$('#kookeygrid a').lightBox();
});

$(function() {
	$('#littlepictures area').lightBox();
});
