/*
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 h4 .ngg-album-desc {
 overflow:hidden;
 display:block;
 height:20px;
}

.ngg-albumoverview {
 margin-top:20px;
 width:100%;
 clear:both;
 display:block!important
}
.ngg-album {
 height:100%;
 overflow:hidden;
 padding:1px;
 margin-bottom:1px;
 border:1px solid #ccc
}

.ngg-album-compact p {
    font-size: 11px;
    margin: 0 0 30px;
}  
  
.ngg-gallery-thumbnail img:hover{
filter: grayscale(100%);
-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
-ms-filter: grayscale(100%); -o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
}
/** Reduce space between Album title and number of photos */
.ngg-album-compact h4 .ngg-album-desc {
     height: auto !important;
}