/*
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-gallery-thumbnail-box{
margin-bottom: 20px;
}

.ngg-navigation a.page-numbers, .ngg-navigation span.current{
	background-color: #666264;
	border-radius: 0;
}
.ngg-navigation span.current{
	background-color: #F29E0B;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation span.current:hover{
	background-color: #F29E0B;
}