$(function(){
	$(".project a").lightBox({
		fixedNavigation:true
	});
	
	$(".project a").click(function(){
		return false;
	});

});
