div.fresh_cars{
 width:95%;
 height:275px;
 margin:0 auto 0 auto;
}

div.fresh_cars p.fresh_cars_title{
 color:red;
 font-size:1.2em;
 text-indent:5em;
 margin:0px;
 padding-bottom:10px;
}

div.fresh_cars_box{
   float:left;
 width:185px;
 height:120px;
   text-align:center;
}

div.fresh_cars_box p.name{
 margin:0px;
}

div.fresh_cars_box p.price{
 margin:0px;
 font-size:1.1em;
 margin-top:8px;
}
div.fresh_cars_box img{
 width:64px;
 height:48px;
}
