/*
CSS Name: NEW CUT Shadow Effect with Description text
Description: NextGEN Default Style with a Shadow effect and description text below the thumbnail
Author: Alex Rabe
Version: 1.40
*/
/* ----------- Gallery style -------------*/
.ngg-galleryoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}
.ngg-gallery-thumbnail-box a,
.ngg-gallery-thumbnail-box,
.ngg-gallery-thumbnail {
background:none!important; border:none!important;
}
.ngg-gallery-thumbnail-box {
	float: left; overflow:hidden; width:135px; height:140px;
}
.ngg-gallery-thumbnail {
	float: left;
	margin: 0!important;
}
.ngg-gallery-thumbnail img {
	margin: -6px 6px 1px -6px;
	display:block; 
	position:relative;
}
.ngg-gallery-thumbnail img:hover {
	/*background-color: #A9A9A9;*/
} 
.ngg-gallery-thumbnail span {
	margin: 0 4px 6px 4px;
	text-align:center;
	font-size:1em; line-height:1.1em; padding-bottom:4px;padding-right:4px;
	color:#000;
	display:block; 
}
.ngg-clear {
	clear: both;
}
.info-block .info-block-inner .ngg-gallery-thumbnail-box {height:115px!important; width: 100px; float: left!important; }
.info-block .info-block-inner .ngg-gallery-thumbnail-box img {height:80px!important; width:96px!important;}