

/* position and padding for albums */

.ngg-album-compact {
	float 			: 	left;
	padding-right		: 	10px;
	}


/* album titles */

.ngg-albumtitle {
	text-align 		: 	left;
	text-transform		: 	uppercase;
	padding-bottom		: 	5px;
	}


.ngg-albumtitle a:link,.ngg-albumtitle a:visited {
	color 			: 	#fff;
	}


/* album title links */

.ngg-albumtitle a:hover,
.ngg-albumtitle a:active {
	color 			: 	#417e4a;
	}


/* margin and border for album images */

.ngg-albumcontent img {
	margin 			: 	0;
	border 			: 	5px solid #e8e7e7;
	}


/* gallery descriptions */

.ngg-description {
	font 			: 	normal 14px Georgia,Times,\\\\\\\'Times New Roman\\\\\\\';
	font-style 		: 	italic;
	color 			: 	#999;
	text-align 		: 	left;
	}


/* strong gallery descriptions */

.ngg-description strong {
	font-weight 	: 	normal;
	}


/* gallery thumbnail container */

.ngg-gallery-thumbnail {
	display 		: 	inline;
	}


/* gallery thumbnail images */

.ngg-gallery-thumbnail img {
	float 			: 	left;
	margin-right		: 	15px;
	border 			: 	none;
	}


/* ngg widget images */

.ngg-widget img {
	position 		: 	relative;
	margin 			: 	2px !important;
	border 			: 	4px solid #e8e7e7;
	}
