$(function() {
	$('#photos a').lightBox({
		fixedNavigation: true,
		overlayBgColor: '#FFFFFF'
	});
});