/* Gallery */

.ngg-galleryoverview {
  margin-top: 0;
  /*padding: 0 35px; JGG2013*/
  padding: 0 12px;
  font-family: "Georgia", Arial, sans-serif;
  letter-spacing: -.03em;
}

.piclenselink {
  visibility: hidden;
  display: none;
}

.ngg-gallery-thumbnail-box {
  width: 295px !important;
  /*JGG2013 border: 1px solid #000;
	margin: 6px;  */
  border: 1px solid #bbb; /*JGG2013*/
  margin: 8px 10px; /*JGG2013*/
}

.ngg-gallery-thumbnail-box:hover {
  /*JGG2013 border: 2px solid #D80459;  margin: 5px; */
  border: 1px solid #D80459; /*JGG2013*/
  background-color: #D80459;
}

.ngg-gallery-thumbnail {
  width: 295px;
}

.ngg-gallery-thumbnail img {
  padding: 5px 20px;
  margin: 0;
  border: none;
}

.ngg-gallery-thumbnail img:hover {
  background-color: #fff;
  color: #fff;
}

.ngg-gallery-thumbnail span {
  padding: 10px;
  background-color: #b6b6b6; /*#D80459;*/
  color: #fff;
}

.ngg-gallery-thumbnail a {
  color: #D80459;
}