.tuangdiv {clear:both;display:block;}

.zutimgs {float:left;width:220px;text-align:center;display:inline;position:relative;overflow:hidden;border:solid 1px #ddd;margin:15px 0 0 22px;}
	.zutimgs dd {background:#eee;height:28px;line-height:28px;overflow:hidden;}
	
	/*For Firefox Chrome*/
	.zutimgs dt {float:left;width:220px;height:200px;text-align:center;display:table;position:relative;overflow:hidden;}
	.zutimgs dt a {display:table-cell;vertical-align:middle;width:210px;height:190px;margin:0 auto;text-align:center;}
	.zutimgs dt a img {margin:0 auto;max-width:210px;max-height:190px;left:-50%;}	
	/*For IE7*/
	*+html .zutimgs dt a{position:absolute;top:50%;width:100%;text-align:center;height:auto;}
	*+html .zutimgs dt a img{position:relative;top:-50%;left:-50%;}
	/*For IE6*/
	*html .zutimgs dt a{position:absolute;top:51%;width:100%;text-align:center;height:auto;display:block;}
	*html .zutimgs dt a img{position:relative;top:-50%;left:-50%;width:expression(this.width>210?"210px":"atuo");height:expression(this.height>190?"190px":"atuo");}
