/* banner */

.banner_line {
    position: relative;
    width: 100%;
    height: 250px;
    clear: both;
}

#banner /*#banner .slides_container */{
    position: relative;
    margin: 0 0 0 270px;
    height: 250px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#banner img {
    display: block;
}

/* hits */

.goods_hits, .goods_sale {
    position: relative;
    margin: 0 0 0 230px;
    height: 334px;
    overflow: hidden;
    clear: both;
}

.goods_sale {
    margin: 0 0 0 -20px;
}

.goods_hits h4, .goods_sale h4 {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 120%;
    color: #555;
    padding: 0;
    margin: 0 0 20px 20px;
    font-weight: 600;
}

.goods_hits > a, .goods_sale > a {
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.goods_hits .goods span.info {
    display: none;
}