/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

/* ----------- Gallery style -------------*/
.ngg-albumoverview {
    margin-top: 10px;
    width: 100%;
    clear: both;
    display: block !important;
	margin-left: 35px ;
}

.ngg-galleryoverview {
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block;
	margin-left: 35px ;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:0px solid #A9A9A9;
	display:block;
	margin:2px 2px 2px 2px;
	padding:1px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #000000;
} 