/* NexGen Image Gallery */


.entry-content .ngg-template-caption .ngg-gallery-thumbnail-box {
    margin-bottom: 15px;
    margin-right: 15px;
}

.ngg-template-caption .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
  width: 350px; 
}

/* margin-right should be set to:
.ngg-gallery-thumbnail width minus .ngg-gallery-thumbnail a img divided by 2
*/
.ngg-template-caption .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    width: 150px;

}

.ngg-template-caption .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a img {
  width: 150px;
  height: 112px;
}

.ngg-template-caption .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail span {
    display: inline;
    float: left;
    margin-left: 0px;
    text-align: left;
    width: 180px;
}


.ngg-galleryoverview .slideshowlink {
    display: none;
}


#content .imageGalleryTOCTable {


}

#content .imageGalleryTOCTable td.imageLinkTOC {
    padding: 20px;
    width: 180px;
}

#content .imageGalleryTOCTable td.imageLinkTOC a br{
  display: none;
}

#content .imageGalleryTOCTable tr {

}

#content .imageGalleryTOCTable tr td {

}

#content .imageGalleryTOCTable img {
  width: 150px;
}

#content .imageGalleryTOCTable a {

}