
.ngg-album-compact {
    height: 270px;
}
.ngg-album-gallery-image-counter {
    visibility: hidden;
}
.ngg-album-desc {
    font-weight: 200;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.ngg-album-compact h4 .ngg-album-desc {
    display: block;
    height: 45px;
    overflow: hidden;
}
.ngg-album-compactbox .Thumb {
    border: 0 solid black !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ngg-album-compactbox::before {
    border-bottom: 0 solid gray;
    border-radius: 0;
    bottom: -7px;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.ngg-album-compactbox::after {
    border-bottom: 0 solid gray;
    border-radius: 0;
    bottom: -4px;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.ngg-album-compactbox {
    border: 0 solid gray;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 8px !important;
    position: relative;
    z-index: 1;
}
h4 a:link, .h4 a:visited, .h4 a:hover {
    color: #fff !important;
}
.ngg-gallery-thumbnail img {
    background-color: #fff;
    border: 0 solid #a9a9a9;
    display: block;
    margin: 4px 0 4px 4px;
    padding: 4px;
    position: relative;
}


.ngg-albumoverview {
    clear: both;
    display: block !important;
    margin-top: 10px;
    
}
.ngg-album {
    border: 0px solid #ccc;
    height:100%;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 5px;
    float:left;
    width:210px;
}

.ngg-albumtitle {
    color: #fff;
    font-weight: 100;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size:13;
}

.ngg-thumbnail {
    float: left;
    margin-right: 12px;
}
.ngg-thumbnail img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: 4px 0 4px 5px;
    padding: 4px;
    position: relative;
}

.ngg-description {
    text-align: left;
}


.ngg-albumtitle a:link, .ngg-albumtitle a:visited {
    color: #fff;
    font-size:15px;
