
.pic {
	float: left;
	table-layout: fixed;
	border: 0;
	width: 306px;
	margin: 10px 0 0 0px;
}
.pic td {
	padding: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pic img {
	 width: 300px;
	 height: 220px;
	 border: 1px solid #ccc;
}