/*
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
*/

.articles .ngg-galleryoverview {
    background:#64556C;
    border-radius:3px;
    padding-top:7px;
    padding-bottom:7px;
}

.articles .ngg-gallery-thumbnail {
	border:none;
}

.articles .ngg-gallery-thumbnail-box img {
    float:left;
    width:150px;
    max-width:150px;
    border-style:solid;
	border-width:3px;
	border-color:#fff;
	margin-right:7px;
	margin-bottom:7px;
}

.articles .ngg-gallery-thumbnail-box span {
	margin-top:0;
	padding-top:14px;
    text-align:left;
    color:#EEF0EF;
    font-size:16px;
	background:#64556C;
}

.articles .ngg-navigation .current {
    color:#FFDF5E;
}

.articles .ngg-navigation a.page-numbers, .articles .ngg-navigation a.next, .articles .ngg-navigation a.prev {
    color:#D0E8B5;
    font-weight:bold;
}