/*
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-album-compact {
	float: left;
	padding: 0 !important;
	margin: 10px !important;
	text-align: left;
}

.ngg-album-compactbox .Thumb {
	border: 0px solid #ddd !important;
}
.ngg-album-compactbox {
	padding: 0px !important;
}

.ngg-album-compact p {
	font-size: 11px;
	margin: 0;
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 100%;
        background: rgb(255, 255, 255, 0.5);
        height: 20%;
        line-height: -moz-block-height;
}
.ngg-album-compact:hover {
	border: 0px solid #fff0;
}
.ngg-galleryoverview {
	display: inline-block !important;
}
.ngg-galleryoverview:hover img {
        -webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}
.ngg-gallery-thumbnail {
	margin: 0;
        border: 0px double #986B39;
}
.ngg-gallery-thumbnail a {
	margin: 0;
}
.ngg-gallery-thumbnail img {
        transition: all .2s ease;
}
.ngg-gallery-thumbnail img:hover {
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
        transition: all .2s ease;
-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}