
.logo-footer h4 {
    text-align: center;
    color: #ed1c24;
    font-size: 30px;
    padding: 30px 0 15px;
    text-transform: uppercase;
    font-weight: normal;
}
.block_ads {
    background: #FFF;
}
.preview-slider {
    position: relative;
}
.prev, .next {
    background-position: 0 0;
    width: 33px;
    height: 32px;
    display: block;
    position: absolute;
    top: 64px;
    text-indent: -9999px;
    z-index: 9998;
    display: none;
}
.prev {
    background: url(images/left.png) no-repeat;
    left: 0;
}
.next {
    background: url(images/right.png) no-repeat;
    right: 25px;
}

.slide-ads {
    height: 215px !important;
    margin: auto;
    padding: 15px 0;
    padding-left: 10px;
}
.slide-ads ul {
    clear: both;
    overflow: hidden;
}
.slide-ads ul li {
    width: 160px !important;
    height: 210px !important;
    float: left;
    position: relative;
    margin: 0 25px 0px 0;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #cccccc;
}
.slide-ads ul li img {
    width: 170px;
    height: 120px;
}
.slide-ads .product-title {
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    max-height: 40px;
    display: block;
    overflow: hidden;    
}