.photoBlock {
	float: left;
	margin: 10px;
	padding: 0;
	text-align: center;
	font-size: 80%;
	overflow: hidden;
	width: 150px;
	//width: 140px;
}
.titleBlock {
	height: 2.8em !important;
	height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	padding: .1em;
	height: 1.3em !important;
	height: 1.5em;
	margin: 5px 0 0 0;
	width: 100px;
}
.imgBlock {
	height: 100px;
	width: 100px;
	vertical-align: middle;
}
.bigphoto img {
	/* ie doesn't 'get' the max- settings, so we give just it a specific width */
	margin: 25px;
	width: 500px;
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	max-width: 500px;
}
p {
	clear: both;
}
img.thumbnail {
	/* ie doesn't 'get' the max- settings, so we give just it a specific width */
  height: auto;
  width: auto;
	max-height: 100px;
	max-width: 100px;
//	height: 100px;
}