/*
CSS Name: Old Basic Thumbnails
Description: NextGEN Old Default Gallery Stylesheet
Author: Photocrati Media
Version: none

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/


/* ----------- Gallery style -------------*/
.ngg-gallery-thumbnail{
	text-align: center;
    max-width: 100%!important;
    background-color: #fff;
    border: none!important;
    margin-right: 0px;
    margin: 0px;
}


.single_txt .ngg-gallery-thumbnail img{
	border:1px solid #cfcfcf!important;
	padding:2px!important;
}

.ngg-gallery-thumbnail img:hover{
	background:#f6f6f6!important;
	border:1px solid #d94320!important;
}

.ngg-gallery-thumbnail-box{
	margin:0px!important;
}

.spage .ngg-gallery-thumbnail{
	width:200px;
	display:block;
	height:150px;
	text-align:center;
}

.spage .ngg-gallery-thumbnail a{
	text-align:center;
	display:block;
}

.spage .ngg-gallery-thumbnail img{
	border:1px solid #cfcfcf!important;
	margin:3px auto!important;
	padding:2px!important;
}

.spage .ngg-gallery-thumbnail span{
	line-height:14px;
}