#casenav {
	clear:both
}
#casenav li {
	float:left;
	display:inline;
	margin-right:3px;
}
.caseBox {
	clear:both;
	margin-top:15px;
}
.caseBox li{
	float:left;
	display:inline;
	background:url(images/case/casebg.gif) no-repeat;
	width:170px;
	height:140px;
	text-align:center;
	margin:3px;
	overflow:hidden;
}
.caseBox .pic {
	width:152px;
	height:96px;
	margin:10px auto 0px auto;
	font-size:0px;
}
.caseBox .pic img{
	width:152px;
	height:96px;
}
.caseBox .title {
	width:152px;
	height:21px;
	margin:0px auto;
	line-height:21px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
