/* gallery styles, originally taken from http://www.porjes.com/images/ */

div.gallery {
   border: solid 1px black;
   padding: 10px;
   margin: 12px;
   color: black;
}

div.thumbnail {
   margin: 5px;
   padding: 4px;
   width: 130px;
   height: 180px;
   border: outset 1px white;
   text-align: center;
   float: left;
}

div.spacer {
  clear: both;
}

hr {
   clear: both;
}

div.thumbnail a img {
   border-style: none;
}
div.thumbnail a {
   text-decoration: none;
}
div.thumbnail a:hover {
   text-decoration: underline;
}
