$(document).ready(function() {
	$('a.photo').lightBox();
	
	$('.footer li:first').css("list-style-type", "none");
});