/* banner */

.banner_line {
    position: relative;
    width: 100%;
    height: 250px;
    clear: both;
}

#banner /*#banner .slides_container */{
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#banner > div > div > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
}

#banner img {
    display: block;
}

.hits_title-link, .sale_title-link {text-decoration: none; color: #555;}