.diapo {
  float: left;
  width: 216px;
  height: 84px;
  padding: 4px;
  margin: 4px;
  border: #b0b884 1px dotted;
  background: #fffff8;
  color: black;
  font-size: smaller;
}
.diapo img {
  float: right;
  border: #b0b884 1px solid;
  background-color: white;
  color: black;
  padding: 1px;
  margin-left: 4px;
}
.diapo img:hover {
  float: right;
  border: #e08000 1px solid;
  background-color: white;
  color: black;
  padding: 1px;
  margin-left: 4px;
}

.photo {
  text-align: center;
  font-size: smaller;
}
.photo img {
  border: #b0b884 1px solid;
  background-color: white;
  color: black;
  padding: 1px;
}
.photo img:hover { border: #e08000 1px solid; }
.photo p {
  text-indent: 0;
  text-align: center;
  margin-top: 0.5em;
}
