.link {
	position:absolute;
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
}
* html .link {
	width: 50px;
	height: 50px;
}


.foto {
	position:relative;
}
#links {
	visibility:hidden;
	}
.linklink {
	position:relative;
	height: 50px;
	width: 50px;
	overflow: hidden; 
	text-decoration:none;
	background: url(../img/circles.gif);
	display: block;
}
.linklink:hover{
	background: url(../img/circle.gif);
	cursor: help;
}
