@charset "utf-8";
/* CSS Document */

#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  margin-bottom: 0.5em;
}
#pgContent h4 + p {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  
}
#pgContent #thumbnails {
  float: left;
  width: 100%;
  margin-bottom: 3em;
  overflow: auto;
}
#pgContent #imageGallery {
  float: left;
  width: auto;
  height: auto;
}
#pgContent #imageGallery li {
  float: left;
  margin-right: 0.4em;
}
#pgContent #imageGallery li a img {
  border: none;
}
#pgContent #caption {
  margin-top: 0.5em;
  font-size: 1.2em;
  color: #464646;
}
