/*
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-gallery-thumbnail {
	background-color: #353434;
	border: 1px solid rgba(127,127,127,0.6);
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.ngg-gallery-thumbnail img {
/*	margin: 4px 0px 4px 4px;
    border: 1px solid #A9A9A9;
    padding: 3px;*/
    background-color: #353434;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
}

.ngg-albumoverview a { font-size: 11px; }

.ngg-album-compactbox {
    padding: 5px !important;
	width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ngg-album-compact {
    padding-right: 10px !important;
}

@media (min-width: 990px) and (max-width: 1099px) {
	.ngg-album-compactbox .Thumb { width: 180px;}
}