 .thumbnail
{
float: left;
width: 250px;
border: 1px solid #999;
margin: 15px 15px 15px 15px;
padding: 15px 25px 10px 25px;
azimuth: center;
}

.thumbnail img {
	border-color: #999;
	margin: 0px 0px 10px 0px;	
}

 .thumbnail_picasa
{
float: none;
width: 288px;
border: 1px solid #999;
margin: 15px 15px 15px 15px;
padding: 15px 25px 10px 25px;
text-align: center;
}

.thumbnail_picasa img {
	border-color: #999;
	margin: 0px 0px 10px 0px;
}


.clearboth { clear: both; }

.doublesize{
	line-height: 150%;
}