/* v2 gallery CSS */

/* General */
.thin {
  font-size: 8pt;
}

.galleryNav {
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #141414;
  margin-top: 10px;
  margin-bottom: 10px;
}

.galleryNav a {
  font-size: 10pt;
}

.galleryLinks {
  font-size: 10pt;
}

/* Subgallery display */
#subgalleries {
  margin-top: 25px;
}
              
#subgalleries .subgallery {
  width: 190px;
  height: 210px;
  margin-bottom: 25px;
  margin-right: 40px;
  font-size: 8pt;
  float: left;
}

#subgalleries .subgallery .name {
  margin-bottom: 5px;
  font-size: 10pt;
  font-weight: bold;
}

#subgalleries .subgallery .name a {
  text-decoration: none;
}
              
#subgalleries .subgallery .name a:hover {
  text-decoration: underline;
}

#subgalleries .subgallery .image {
  margin-bottom: 10px;
}

#subgalleries .subgallery .details {
  color: #ff3333;
}

/* Image thumbnail display */
.picture {
  width: 120px;
  height: 130px;
  margin-bottom: 10px;
  float: left;
  margin-right: 13px;
}

.picture .thumb {
  width: 120px;
  height: 90px;
  margin-bottom: 5px;
}

.picture .title {
  font-size: 8pt;
  text-align: center;
}

/* Image display */
.galleryImage {
  text-align: center;
  width: 100%;
}

.galleryImage #title {
  margin-bottom: 10px;
}

.galleryImage img {
  margin-bottom: 10px;
}

.galleryImage #caption {
}

span.captionitem {
  font-weight: bold;
}