﻿div.thumb 
{
	float: left;
	width: 135px;	/* necessary so the text wraps properly to the second line */
	height: 196px; /* 145 */
	padding-bottom: 5px;
}
div.thumb img 
{
	margin-left: 15px;
	margin-right: 15px;
	border: solid 1px #333;
	width: 103px;
	height: 154px;
}
div.thumb p 
{
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
}
