/* Gallery Holder */

div.gallerythumb {
  float: left;
  width: 185px;
  height: 200px; }

  div.gallerythumb p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center; }

  div.gallerythumb img {
    border: 2px solid #000; }

    div.gallerythumb img:hover {
      border-color: #000; }


a.gallerythumb img {
  border: 2px solid #000; }

  a.gallerythumb img:hover {
    border-color: #000; }