/*
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 {
    height: 100%;
    overflow: hidden;
    padding: 0px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    float : left;

}
.ngg-thumbnail img {
    background-color: transparent;
    border: 0px;
    margin: 0px 0 0px 0x;
    padding: 4px;
    position: relative;
}
.ngg-gallery-thumbnail {

    background-color: #1a1a1a!important;
    border: 1px solid #1a1a1a!important;