/*
CSS Name: MR_modification
Description: NextGEN MRmod Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

.ngg-album {
background: #444444 url("/wp-content/uploads/2014/10/HG_grasStructure_dark.jpg");
padding-left: 15px;
padding-right: 10px;
padding-top: 10px;
margin-bottom: 10px;

border-width: 0px;
border-bottom-width: 1px;
border-bottom-color: #B0B0B0;

-webkit-box-shadow: inset 6px 6px 10px 0px rgba(0, 0, 0, 0.3); /* WebKit */
 -moz-box-shadow: inset 6px 6px 10px 0px rgba(0, 0, 0, 0.3); /* Firefox */
 box-shadow: inset 6px 6px 10px 0px rgba(0, 0, 0, 0.3); /* Standard */

-moz-border-radius: 0px 0px 26px 0px; /* Firefox */
 -webkit-border-radius: 0px 0px 26px 0px; /* WebKit */
 border-radius: 0px 0px 26px 0px; /* Standard */
}

.ngg-thumbnail img {
padding: 0px;

}