.com-home-page .home-banner {
    /*background: #ffffff url("/public/components/HomePage/default/images/car-banner.jpg") 0 0 no-repeat;*/
    height: 350px;
    position: relative;
}
.com-home-page .round .crn {
    background-image: url("/public/components/HomePage/default/images/bg-boxes.gif");
    background-color: transparent;
    background-repeat: no-repeat;
}
.com-home-page .round .round_l {
    background-position: -969px -10px;
    padding-left: 10px;
}
.com-home-page .round .round_r {
    background-position: 1px -10px;
    padding: 10px 0 9px 0;
    height: 85px;
    overflow: hidden;
}
.com-home-page .round .round_bl,
.com-home-page .round .round_br {
    height: 11px;
}
.com-home-page .round .round_bl {
    overflow: hidden;
    background-position: -969px 0;
    padding-left: 10px;
}
.com-home-page .round .round_br {
    background-position: 1px 0;
}

.com-home-page .home-boxes {
    position: relative;
    margin-top: -10px;
        overflow: hidden;
}
.com-home-page .home-boxes .list {
    margin-top: -6px;
    top: 9px;
    position: relative;
    margin-left: -3px;
    padding-left: 3px;
}
.com-home-page .home-boxes .list a.item {
    display: block;
    width: 107px;
    float: left;
    margin-left: 15px;
    position: relative;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    height: 91px;
}
.com-home-page .home-boxes .list a.item:hover {
    top: -5px;
    opacity: 1;
    filter: alpha(opacity=90);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.com-home-page .home-boxes .list a.item:hover img {
    width: 115px;
    position: absolute;
    left: -3px;
    z-index: 2;
    *width: 107px;
    *left: 0;
}
.com-home-page .home-boxes .list a.item.first:hover img {
    margin-left: 3px;
    
}
.com-home-page .home-boxes a.item.first {
    margin-left: 0;
}
.com-home-page .cols {
    padding: 9px 6px;
    overflow: hidden;
}
.com-home-page .cols .col {
    float: left;
    width: 298px;
    margin-left: 35px;
}
.com-home-page .cols .col-1 {
    margin-left: 0;
}
.com-home-page .cols .col .middle {
    border: 2px solid #960000;
    border-bottom: none;
}
.com-home-page .cols .col-2 .middle {
    padding: 0 0 5px;
}
.com-home-page .cols .col .bottom_l,
.com-home-page .cols .col .bottom_r {
    height: 5px;
    overflow: hidden;
}
.com-home-page .cols .col .bottom_l {
    background: transparent url("/public/components/HomePage/default/images/round_bl.gif") 0 bottom no-repeat;
    padding-left: 5px;
}
.com-home-page .cols .col .bottom_r {
    background: transparent url("/public/components/HomePage/default/images/round_br.gif") right bottom no-repeat;
}

