/* CSS Name: BushPilot Style Description: NextGEN Default Gallery Stylesheet Author: Johnny Smoke Version: 1

This stylesheet is provided to allow users the ability of overriding the default styles for all display types */


.ngg-album-compactbox, {
 margin: 0 auto !important;
 padding: 0 !important;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 position: relative;
 border: 0;
 z-index: 1;
}
.ngg-album-compactbox:before {
	border: 0;
	margin: 0;
	padding: 0;
	bottom: 0;
}
.ngg-album-compactbox:after {
	border: 0;
	margin: 0;
	padding: 0;
	bottom: 0;
}
.ngg-album-compact, .ngg-gallery-thumbnail-box {
	overflow: hidden;
	display: block;
	width: 109px;
	height: 176px;
	float: left;
	padding: 0 !important;
	margin: 0 2px !important;
	text-align: center;
}
.ngg-gallery-thumbnail-box {
	height: 125px;
}
.ngg-album-compact h4, .ngg-album-desc {
	text-align: center;
	font-weight: bold;
	font-size: medium;
}
.ngg-album-compact a {
	border: none;
	text-decoration: none;
	color: white;
}
.ngg-album-compactbox .Thumb, .ngg-gallery-thumbnail img {
	margin: 0 !important;
	padding: 0 !important;
	border: 4px solid white !important;
}
.ngg-gallery-thumbnail-box {
	margin: 0 !important;
}
.ngg-gallery-thumbnail a, .ngg-gallery-thumbnail a:visited, .ngg-gallery-thumbnail a:link{
	color:white !important;
	font-weight:bold;
}
