.view-photo  {
  text-align: center;
}

.photo {
  float: left;
  display: block;
  width: 140px;
  text-align: center;
  margin: 0px 0px 15px 0px;
}
.photo a,
.photo a:visited {
  color: #336666;
  font-weight: bold;
  text-decoration: none;
}
.photo a:hover {
  color: #669999;
  text-decoration: none;
}

.photos img {
  margin: 2px;
}

div.pagenav {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  margin: 15px 0px 15px 0px;
  padding: 5px 0px 5px 0px;
  width:560px;
}
div.pagenav span,
div.pagenav a,
div.pagenav a:visited {
  padding: 0px 3px 0px 3px;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}
div.pagenav a:hover {
  text-decoration: underline;
}
