.grid {
	border-collapse: collapse;
	width: 100%;
}
.grid table {
	border-collapse: collapse;
}
.grid td {
	padding: 0px;
}
.grid.photo.list .thumb {
	border:1px solid #ccc;
	margin:0 auto;
	background: #fff;
}
.grid.photo.list .name {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: block;
	overflow: hidden;
}
.grid.photo.list .name a {
	color: #000;
}
.photo.data h1.title {
	text-align: center;
	font: bold 18px/40px "Microsoft Yahei";
}
.photo.data .image {
	text-align: center;
}
.photo.data .image img {
	max-width:560px;
	_width:expression(this.width > 560 ? 560 : true); 
	-ms-interpolation-mode:bicubic;
}