/*
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 {
	max-width:45% !important;
}
.ngg-gallery-thumbnail {
	border:none;
}
.ngg-gallery-thumbnail img {
	display: block;
    margin-left: auto !important;
    margin-right: auto !important;	
}
.ngg-gallery-thumbnail span {
	font: normal .8em/1.4 'Droid Sans', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #999;
	display:inline-block;
}