/* This stylesheet overrides many of the styles in the Nextgen Photo Gallery default stylesheet (/wp-content/plugins/nextgen-gallery/css/nggallery.css */

html>body .ngg-album {
border:none;
border-bottom:1px dotted #b9ab88;
} 

.ngg-albumtitle {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
}

.ngg-albumtitle a {
color:#333;
}

.ngg-albumtitle a:hover {
color:#009900
}

.ngg-thumbnail img {
	background-color:#fff;
	border:1px solid #b9ab88;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #b9ab88;
}




