/*
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
*/

.ngg2-album-compact .item-container {
	width:400px; 
height:240px;
	display: block;
	float: left;
}

.ngg2-album-compact .item-container img.Thumb {
	border: 0px solid #FFFFFF;
width:400px; 
height:240px;
}

.ngg2-album-compact .item-container .meta {
	font-size: .8em;
}

.ngg-album-compactbox .Thumb {
border:0px solid #FFFFFF;
margin:0px !important;
padding:0px !important;
width:400px; 
height:240px;
}


.ngg-album-compact p {
  font-size:15px;
  margin:0;
}


.ngg-album-compactbox {
  border:0px solid #FFFFFF;
  border-radius:0px;
  box-sizing:border-box;
  margin:0 !important;
  padding:0px !important;
  position:relative;
  z-index:1;
}


.ngg-album-compactbox::before,
.ngg-album-compactbox::after,
.ngg-album-compactbox {
     border: none !important;
}

.ngg-gallery-thumbnail {
  background-color:#FFFFFF;
  border:0 solid #FFFFFF;
  margin:7px;
  max-width:100% !important;
  text-align:center;
}

.ngg-album-compactbox .Thumb {
border:1 solid #FFFFFF;

}

