/*
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
*/

.ngg-gallery-thumbnail-box {
    float: left;
    max-width: 30% !important;
}
.ngg-albumoverview.default-view .ngg-album-compact {
    text-align: center;
    margin: 0 10px 10px 0 !important;
    padding: 10px !important;
    border: 0px solid rgba(150,150,150,.3);
    box-shadow: 0 0 0px 0px rgba(150,150,150,.1);
    float: none;
    display: inline-block;
    max-width: 30%;
}