/* Gallery */

#thegallery dl.gallery
{
border: 1px solid #000000;
width: 102px;
text-align: center;
padding: 5px;
float: left;
margin-right: 1em;
margin-bottom:10px;
font-size:10px;
height:140px;
}
#thegallery .gallery dt { font-weight: bold; }
#thegallery .gallery dt img
{
border: 1px solid #000000;
}
#thegallery .gallery dd
{
margin: 0;
padding: 0;
}
#thegallery .photo_breadcrumb {
font-weight:bold;
font-size:12px;
color:#ED1B24;
}
#thegallery dl.photo_thumbnails {
border: 1px solid #000000;
width: 102px;
height:102px;
text-align: center;
padding: 5px;
float: left;
margin-right: 1em;
margin-bottom:10px;
font-size:10px;
height:102px;
}
#thegallery .photo_thumbnails dt img
{
border: 1px solid #000000;
}
#thegallery img.photo {
border: 1px solid #000000;
padding:5px;
}
#thegallery p.photo_caption {
font-size:10px;
}



#popupbox, #popupbox a, #popupbox a img {
  background: none;
}

#popupbox a img {
  border: 2px solid #fff;
}

#popupbox p {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
  font-size: small;
  border: 2px solid #fff;
}

#popupbox p a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: blue;
}



