/*
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 img {
    padding: 0px;
    border: 1px solid #1d1d1d;
    margin: 0px auto;
}

.ngg-gallery-thumbnail {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ngg-gallery-thumbnail-box {
    text-align: center;
    margin: 0px;
}