$(function() {
	$('#header li:last-child').addClass('last');
	
	$('#gallery a').lightBox();
	
});
