/*
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 {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: width 1s,height 1s,background-color 1s,-webkit-transform 1s;
    transition: width 1s,height 1s,background-color 1s,transform 1s;
    min-height: 100px;
}
.ngg-gallery-thumbnail-box {
    float:none !important;
    display:inline-block;
    margin: 0px;
}
.ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100%!important;
    background-color: #292424;
    border: 2px solid #c22dfd;
    margin: 0px;
}
.ngg-related-gallery img:hover {
    border: 1px solid #00aeff;
}
.ngg-related-gallery img {
    border: 1px solid #00aeff;
    clear: left;
    margin: 1px;
    padding: 0px;
    height: auto;
    width: auto;
}
