/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

.ngg-galleryoverview {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    clear: both;
    display: block !important;
}

.ngg-galleryoverview .desc {
    /* required for description */
    margin: 0px 0px 0px 0px;
    padding: 5px;
}

.ngg-gallery-thumbnail-box {
    float: left;
padding: 10px;
}

.ngg-template-caption .ngg-gallery-thumbnail-box {
    margin-right: 0px;
}

.ngg-gallery-thumbnail {
    float: left;
    text-align: center;
}

.ngg-gallery-thumbnail img {
    background-color: none;
    border: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

.ngg-gallery-thumbnail img:hover {
    background-color: none;
}

.ngg-gallery-thumbnail span {
    /* Images description */
    font-size: 90%;
    padding-left: 5px;
    display: block;
}
