/* Photo Gallery */

div.img
  {
  margin-top: 10px;
  margin-left: 8px;
  margin-bottom: 10px;
  border: 1px solid #000060;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  background-color: #ffffff;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #000060;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  margin-bottom: 5px;
  border: none;
  font-size: 13px;
  font-weight: normal;
  }