/*
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-album-compactbox
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  border-width: 3px;
  border-style: solid;
  border-color: gray;
  border-radius: 6px;
  z-index: 1;
}