/* CSS Document */

div#thumbnail {
	/*float: left;*/
	width: 80%;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	/*clear:right;*/
}

div#thumbnail img {
	float:left;
}
.clearboth { clear: both; }