#container {
	background-color: #fff;
	color: #333;
}

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: #ededed;
	color: #4a4a4a;
}

#breadcrumbcontainer a {
	color: #4a4a4a;
}

#breadcrumbcontainer a:hover {
	color: #212121;
}

/* @end */



a:link, a:visited {
	color: #565c75;
	text-decoration: underline;
}

a:hover, a:active {
	color: #757b92;
	text-decoration: none;
}

/* @group Photo Album */

.photo-background {
	background-color: #fff;
}

/* @group Index Page (Thumbnail view) */

.album-wrapper {
}


.thumbnail-caption {
	color: #999;
}
	
/* @end */

/* @end */