.thumb-left {
	display: inline;
	float: left;
}
.thumb-left img { 
	width:expression(this.height >= this.width ? "auto" : "105px");
	height:expression(this.width > this.height ? "auto" : "88px");
	max-width: 105px; 
	max-height: 88px; 
	margin-right: 10px;
	margin-bottom: 10px;
}
#small-photos {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 116px;
	display: block;
}
.smallpic img {
	width: 70px;
	border: none;
	overflow: hidden;
}

