/*
CSS Name: Default Styles
Description: NextGEN Default 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-galleryoverview div.pic img{border:0;border-radius:0;width:auto;}
.ngg-gallery-thumbnail img {border:0}
.ngg-gallery-list li a {border:0}
.ngg-imagebrowser .pic {border: 0 none;}

/*border weg om thumbs etc. */
.ngg-gallery-thumbnail {
    background-color: #fff;
    border: 0px solid #fff;
    margin: 0px;    
}

.ngg-gallery-thumbnail img {
    background-color: #fff;
    border: 0px solid #fff;
    display: block;    
    padding: 4px;
    position: relative;
}
.ngg-gallery-thumbnail img:hover {
    background-color: #a9a9a9;
}