$(document).ready(function(){

	$('ul#footer-menu li:last-child a').css('border', '0');
	$('div.item:last-child').css('border', '0');

	$(function() {
		$('a[@rel*=lightbox-page]').lightBox();
	});

});
