$(function() {$('.gallery a').lightBox();});

$(function() {
	$('#photogallery a').lightBox({fixedNavigation:true});	
	$('#photogallery a').lightBox();
});
