/*
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 {
padding-bottom:20px;
border-bottom: 1px solid #fff;
box-shadow: 0 4px 4px -6px #000000;
}
#fancybox-right {
right: 2px;
}

.ngg-gallery-thumbnail img {

border: 0px solid #A3B2B5;
box-shadow: 0 0px 9px 1px #A3B2B5;
}
.ngg-gallery-thumbnail img:hover {
background-color: #A3B2B5;
}