function scrollUp(){
	$('html, body').animate({scrollTop:0}, 'slow');
}

$(function() {
	$('area.lightbox').lightBox(); // Select all map links that contains lightbox in the attribute rel
});

