/*
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:5px;}
.ngg-gallery-thumbnail{margin:5px;}

.ngg-gallery-thumbnail img{margin:auto;}

.ngg-gallery-thumbnail img {
  background-color: #fff;
  border: none;
  box-shadow: black 0px 0px 20px -3px;
  border-radius: 2px;
}
.ngg-gallery-thumbnail img:hover {
  background-color: #FBF6BC;
}
.ngg-album-compactbox{
  border:none;
  background: none;
 box-shadow:black 0px 0px 45px -13px;
}
.ngg-album-compactbox:before,.ngg-album-compactbox:after{
  border:none;
}
.ngg-album-compactbox:hover{
  background: #CCCC99;
}
.ngg-album-compactbox .Thumb{
border:none !important;
}