$(function() {
        $('.gallery .photo a').lightBox();
	
	var i = 1;
	while (document.getElementById("turn" + i))
	{
		$('#turn' + i + ' a').lightBox();
		i++;
	}
    });
