/* Compiled Wed Jan 25 17:38:17 GMT 2012 */
/* Edit photos.src, not this file */
div#verticalphotos {
  width: 300px;
  float: right;
  text-align: center;
  font-size: 10pt;
  margin-right: 50px;
  }

div#horizontalphotos {
  width: 420px;
  margin-left: 50px;
  text-align: center;
  font-size: 10pt;
  }

div.photo img {
  padding: 0;
  margin: 10px 0 3px 0;
}


div.photoholder {
  background: #eeeeee;
  border: 2px black solid;
}

div.photo p {
  margin-: 2px 0 4px 0;
  padding: 2px 0 0 0;
}

div.photo {
  background: white;
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-right: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
}




