$(function() {
	$("#logo").click(function(){location.href = "/" });
});

$(function() {
	$('.picture a').lightBox({fixedNavigation:true});
	$('.picture_galeria a').lightBox({fixedNavigation:true});
});