#products {
    width:380px;
    height:150px;
   	margin:50px auto;
   	padding:0px;

}
#products li {
    width:120px;
    height:145px;
    float:left;
    margin-left:30px;
    display:inline;
}
#products li a {
    display:block;
}
#products li a img {
    border:0px;
    padding:1px;
}
#products li span a {
    width:145px;
    height:30px;
    line-height:18px;
    text-decoration:none;
    text-align:center;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}