#feature_cars_h {
    width: 100%;
    height: auto;
    float: left;
}
#feature_cars_h .block_ft_h {
display: inline;
list-style-type: none;
padding-right: 3px;
float: left;
}

.ft_name {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.0em;
    color:#333;
    height:auto !important;
}

.ft_price {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.95em;
    color: orangered;
    height:auto !important;
}

.ft_image {
    max-width: 100%;
}