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

.slide-ads {
    width: 960px !important;
    height: 140px !important;
    margin: auto;
    padding: 10px 0;
}
.slide-ads ul {
    clear: both;
    overflow: hidden;
}
.slide-ads ul li {
    width: 150px;
    height: 140px;
    float: left;
    position: relative;
    margin: 0 12px 0px 0;
    text-align: center;
}
.slide-ads ul li img {

}
.slide-new {
    clear: both;
    margin-bottom: 20px;
    background: #f4dbbd;
}
.slide-new .product-title {
    line-height: 30px;
    height: 30px;
    color: #333333;
    font-weight: bold;
}