.fotoOut, .fotoIn {
	float: left;
	font-size: 110%;
	margin: .5em .5em 0 0;
}
.fotoIn {
	clear: both;
}

.fotoOut a, .fotoIn a {
	display: block;
	line-height: 0;
	position: relative;
}
.fotoOut a:link, .fotoOut a:visited, .fotoOut a:active, .fotoOut a:focus,
.fotoIn a:link, .fotoIn a:visited, .fotoIn a:active, .fotoIn a:focus {
	background-color: transparent;
	border: 1px solid #ccc;
}
.fotoOut a:hover, .fotoIn a:hover {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.fotoOut a:focus, .fotoIn a:focus {
	-moz-outline-style: none;
}
.fotoOut a {
	height: 5em;
	width: 5em;
}
.fotoIn a {
	height: auto;
	width: auto;
}

.fotoOut img {
	clip: rect(.4em 4.6em 4.6em .4em);
	padding: .4em;
	position: absolute;
}
.fotoOut img.hor {
	width: auto;
	height: 4.2em;
}
.fotoOut img.ver {
	width: 4.2em;
	height: auto;
}
.fotoIn img {
	width: auto;
	height: auto;
	margin: .4em;
}

.fotoOut .fotoLegenda {
	display: none;
}
.fotoIn .fotoLegenda {
	color: #999;
	font-size: .7em;
	margin: -.2em .8em 0 .8em;
	padding: 0 0 .4em 0;
	overflow: hidden;
	text-align: right;
}