.thumbnail_l
{
	float: left;
	width: auto;
	margin: 0 15px 15px 0;
	padding: 5px;
	background-color: White;
	text-align: center;
	font-style: italic;
	font-size: 0.7em;
}

.thumbnail_r
{
	float: right;
	width: auto;
	margin: 0 15px 15px 0;
	padding: 5px;
	background-color: White;
	text-align: center;
	font-style: italic;
	font-size: 0.7em;
}

.thumbnail_c
{
	float: center;
	width: auto;
	margin: 0 15px 15px 0;
	padding: 5px;
	background-color: White;
	text-align: center;
	font-style: italic;
	font-size: 0.7em;
}

.clearboth { clear: both; }
