@import url(shared.css);

.albumIndex .displayAsDetail, .albumIndex .displayAsGrid {clear: both;}
.albumIndex .displayAsDetail > .thumbList, .albumIndex .displayAsDetail > .thumbList > li {
	list-style-type: none; margin: 0; padding: 0;
	width: 100%; clear: both; display: block;
	}
	.albumIndex .displayAsDetail > .thumbList > li {float: left;}
	.albumIndex .displayAsDetail > .thumbList > li + li {margin-top: 1em;}
	.albumIndex .displayAsDetail > .thumbList > li > .photothumb {float: left; margin-right: 1em;}
	.albumIndex .displayAsDetail > .thumbList > li > .modified {font-style: italic;}
	.albumIndex .displayAsDetail > .thumbList > li > h3 {margin: 10px 0 .2em; padding: 0;}
	.albumIndex .displayAsDetail > .thumbList > li > .blurb {margin: 0 0 .5em;}
.photoGalleries_gridView { margin: 0 10px 10px 0; } /* rfros delete? */
