/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Imagely
Version: 2.13

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

p.ngg-album-gallery-image-counter {
    display: none;
}

.ngg-album-compact h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0 0;
}

.ngg-album-compactbox .Thumb {
    border: 0 solid #000!important;
}

.ngg-album-compactbox {
    padding: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    border: 0 solid gray;
    border-radius: 0;
    z-index: none;
}

.ngg-album-compact {
    float: left;
    padding: 0 12px 4px 0!important;
    margin: 0!important;
    text-align: center;
}

.ngg-album-compactbox::after, .ngg-album-compactbox::before {
    border-bottom: 0 solid grey;
    border-radius: 0;
}

