#products {
	width:710px;
}
#products li {
	width:300px;
	height:255px;
	float:left;
	margin-right:30px;
	display:inline;
}
#products li a {
	display:block;
}
#products li a img {

	border:1px solid #666;
	padding:1px;

border:0px;
}
#products li span {
	width:300px;
	height:30px;
	line-height:24px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	color: #670606;
	text-decoration: none;
}
