#products {
	width:598px;
}
#products li {
	width:287px;
	height:186px;
	float:left;
	margin-right:10px;
	display:inline;
}
#products li a {
	display:block;
}
#products li a img {
/*
	border:1px solid #666;
	padding:1px;
*/
border:0px;
}
#products li span a {
	width:287px;
	height:30px;
	line-height:24px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis; 
	overflow: hidden;
}
