/*
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
*/

.ngg-album-compact {
	box-shadow: none !important;
	border: 0 !important;
}

.ngg-album-desc {
	text-decoration: none;
	color: #000 !important;
	letter-spacing: 3px !important;
	font-family: 'Nunito', sans-serif !important;
}

.ngg-album-desc:hover {
	color: #555 !important;
}
.ngg-simplelightbox img:hover {
	transform: scale(1);
}