/*
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 { /*text-align: center !important;*/ }
.ngg-gallery-thumbnail, .ngg-gallery-thumbnail-box { float: none !important; display: inline-block;}

.ngg-gallery-thumbnail img {
    border: 1px solid #18bcc2;
    background: #18bcc2;
    transition: 300ms;
}
.ngg-gallery-thumbnail img:hover { background: #3bb87a; border-color: #3bb87a; }



