/********** Shared */
.photogallery.teaser {clear: both;}
.photogallery.teaser ul, .photogallery.teaser li {
	margin: 0; padding: 0;
	list-style-type: none;
	display: block;
	}
.photogallery.teaser.singlegallery li a, .photogallery.teaser.aggregated .thumb img {
	display: block; overflow: hidden;
	width: 60px; height: 60px;	
	}
.photogallery.teaser .teasertitle,
.photogallery.teaser .title,
.photogallery.teaser .subtitle,
.photogallery.teaser .caption,
.photogallery.teaser .description {/* IE peekaboo bug */ position:relative;}
.photogallery.teaser h5.title {margin: 0 0 .2em; padding: 0;}
.photogallery.teaser h4 + h5.title {margin-top: .5em;}
	
/***** Single */
.photogallery.teaser.singlegallery ul, .photogallery.teaser.singlegallery li {
	margin: 0;
	border-left: none;
	border-right: none; /* wipe out anything that might effect widths (needed padding/margin handled below) */
	float: left;
	}
.photogallery.teaser.singlegallery ul {
	width: 100%; float: left; clear: both;
	padding-top: 6px;
	}
.photogallery.teaser.singlegallery li {
	margin: 0; padding: 0 0 6px 6px;
	}
.photogallery.teaser.singlegallery li .thumb {
	display: block; height: 60px; width: auto;
	margin: 0; padding: 0; border: none;
	}
.photogallery.teaser.singlegallery .sblb {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 1px;
	overflow: hidden;
	content:".";
	text-indent: -999em;
	}
	.photogallery.teaser.singlegallery .sblb.first {margin-top: .5em;}
.photogallery.teaser.singlegallery .subtitle,
.photogallery.teaser.singlegallery .title,
.photogallery.teaser.singlegallery .description {display: block;}
.photogallery.teaser.singlegallery .errorNone {display: block; clear: both;}

/***** Aggregated */
.photogallery.teaser.aggregated h5 {
	padding: 0; margin: 0 0 .2em;
	font-size: 1.08em; line-height: 1.2;
	}
.photogallery.teaser.aggregated .accent {font-weight: bold;}
.photogallery.teaser.aggregated ul {margin-bottom: .5em;}
.photogallery.teaser.aggregated li, .photogallery.teaser.aggregated li[class~=trdef], .photogallery.teaser.aggregated li[class~=tralt] {
	margin: 0; padding: 6px 6px 6px 72px;
	position: relative;
	}
	.photogallery.teaser.aggregated li {
		min-height: 60px; height: auto !important; height: 60px;
		} /* IE6 - friendly */
.photogallery.teaser.aggregated .thumb img {
	position: absolute; top: 6px; left: 6px;
	display: block; margin: 0; padding: 0; border: none;
	}