/*
CSS Name: Custom styles
Description: NextGEN Custom Gallery Stylesheet
Author: MK
Version: 1.00

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

.ngg-galleryoverview {
    margin: 25px 0 0 0;
}

.ngg-template-caption .ngg-gallery-thumbnail-box {
    text-align: center;
    margin: 0 40px 0 0;
}

.ngg-gallery-thumbnail {
    border: none;
    margin: 0 15px 0 0;
}

.ngg-gallery-thumbnail a {
    margin: 0;
}

.ngg-gallery-thumbnail img {
    margin: 0 0 30px 0;
    display: inline-block;
    vertical-align: top;
}

.ngg-gallery-thumbnail span {
    padding: 0;
    margin: 10px 0 20px 0;
}

#fancybox-title {
    font-family: "PT Sans";
    font-size: 90%;
}

.ngg-navigation {
    font-size: 1em!important;
    margin: 7px 0 30px 0;
}

.ngg-navigation span {
    margin: 0 10px;
}

.ngg-navigation a.next, .ngg-navigation a.page-numbers, .ngg-navigation a.prev, .ngg-navigation span.next, .ngg-navigation span.page-numbers, .ngg-navigation span.prev {
    margin: 0 5px;
    padding: 3px 10px;
}