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