/* CONTENT */

ol.thumbnails, ul.thumbnails {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ol.thumbnails li, ul.thumbnails li {
	display: block;
	width: 320px;
	height: 175px; /* Comment to switch thumbnail layout between grid/natural */
	float: left;
	margin-bottom: 60px;
	padding-right: 30px;
	font-size: medium;
}
ol.thumbnails li img, ul.thumbnails li img {
	display: inline;
	float: left;
	margin-right: 10px;
	border: 1px solid #541e1e;
}
ol.caption li, ul.caption li {
	width: 100px;
	height: auto;
	float: left;
	margin-bottom: 0;
	font-size: small;
}

/* CAPTIONS */

p.title {
	font-size: medium;
}