$(function() {
	$('#print a').lightBox({fixedNavigation:true});
	$('#photo a').lightBox({fixedNavigation:true});
	$('#secondphoto a').lightBox({fixedNavigation:true});
});

