div.photo {
  border: 1px solid rgb(235,235,240);
  display: block;
  width: 122px;
  height: 122px;
  float: left;
  margin: 3px 0px 3px 4px;
  background-repeat: no-repeat;
  background-position: center center;
}
div.photo div {
  display: block;
  width: 120px; height: 120px;
  margin: 0px; padding: 0px;
  border-width: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
div.photo a {
  display: block;
  width: 120px; height: 120px;
  margin: auto; padding: 0px;
  border-width: 0px;
  background-repeat: no-repeat;
}
div.photo a:link, div.photo a:visited {
  border: 1px solid rgb(225,225,230);
  background-position: top center;
}
div.photo a:hover, div.photo a:active {
  border: 1px solid rgb(255,192,128);
  background-position: bottom center;
}



table#nav {
  width: 100%;
}
  table#nav td {
    font-size: 11px;
    font-family: Verdana;
  }
  table#nav td.back {
    width: 20%;
    text-align: center;
    font-size: 10px;
  }
  table#nav td.prev {
    width: 25%;
    text-align: right;
  }
  table#nav td.num {
    width: 10%;
    text-align: center;
  }
  table#nav td.next {
    width: 30%;
    text-align: left;
  }
  table#nav td.exif {
    width: 15%;
    text-align: center;
  }
    table#nav td.exif button {
      background-color: rgb(225,225,230);
      border: 1px solid rgb(195,195,200);
      padding: 0px;
      width: 100px;
      font-family: sans-serif;
      font-size: 11px;
      font-weight: bold;
    }
  table#nav a {
    font-weight: bold;
  }
  table#nav td.prev a:link, table#nav td.prev a:visited {
    padding-left: 3px;
  }
  table#nav td.prev a:hover, table#nav td.prev a:active {
    padding-right: 3px;
  }
  table#nav td.next a:link, table#nav td.next a:visited {
    padding-right: 3px;
  }
  table#nav td.next a:hover, table#nav td.next a:active {
    padding-left: 3px;
  }


 
img#fullview_photo {
  margin: 10px auto;
  border: 1px solid rgb( 96, 96, 96);
  width: 972px;
}

