#products {
	width:640px;
}
#products li {
	width:280px;
	height:216px;
	float:left;
	margin-right:40px;
	display:inline;
}
#products li a {
	display:block;
}
#products li a img {
/*
	border:1px solid #666;
	padding:1px;
*/
border:0px;
}
#products li span a {
	height:30px;
	line-height:24px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	color: #670606;
	text-decoration: none;
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}