.catalog_sale {
    width: 980px;
    margin:28px auto 0;
}

.sale-slider .jcarousel{
    width:896px;
    margin:0 auto;
}
.sale-slider .jcarousel li{
    width:216px;
    margin:0 4px;
    border:0;
    padding:10px 0;
}

.sale-slider  .jcarousel-control-prev{
    left: 0;
}
.sale-slider  .jcarousel-control-prev:hover{
    color:#fff;
    box-shadow:0 1px 3px #ababab;
}

.sale-slider  .jcarousel-control-next {
    right: 8px;
}
.sale-slider  .jcarousel-control-next:hover{
    color:#fff;
    box-shadow:0 1px 3px #ababab;
}

.sale-slider .catalog-item{
    width:214px;
    height:270px;
    border:1px solid #e1e1e1;
    border-radius:3px;
    position:relative;
    z-index:10;
}
.sale-slider .catalog-item__container{
    padding:0 10px;
    background:#fff;
    height:260px;
    overflow:hidden;

}
.sale-slider .catalog-item:hover{
    border:1px solid transparent;
    z-index:15;
    box-shadow:0 1px 10px #ababab;
    border-radius:3px 3px 5px 5px;
}

.sale-slider .catalog-item__image{height:150px;text-align:center;line-height:150px;}
.sale-slider .catalog-item__image img{vertical-align:middle;border:0;}
.sale-slider .catalog-item__name{height:40px;overflow:hidden;padding:10px 0 0 2px}
.sale-slider .catalog-item__name a{text-decoration:none;border-bottom:1px solid #68c5f2;color:#0077b0;font-size:13px;}
.sale-slider .catalog-item__name a:hover{border-bottom:1px solid transparent;}

.sale-slider .catalog-item__price{color:#05060b;float:left;padding:5px 10px 0 0;}
.sale-slider .catalog-item__price span{font-weight:bold;font-size:22px;display:block;}
.sale-slider .catalog-item__price span.old-price{font-weight:bold;font-size:16px;text-decoration:line-through;color:#989898}
.sale-slider .catalog-item__actions{overflow:hidden;padding:2px 0 6px 0}
.sale-slider .buy-button-and-price{overflow:hidden;padding:4px 2px;}
.sale-slider .add2cart-button{
    float:right;
    color:#fff;
    display:block;
    height:29px;
    width:53px;
    border-radius:5px;
    text-decoration:none;
    text-align:center;
    text-shadow: 1px 1px 1px rgba(127,0,0,.75);
    margin-top:20px;
    box-shadow: 0px 1px 5px rgba(90, 90, 90, 0.5);
    /*background: #f66d5c; *//* Old browsers *//*
    background: -moz-linear-gradient(top,  #f66d5c 0%, #cb0301 100%); *//* FF3.6+ *//*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f66d5c), color-stop(100%,#cb0301)); *//* Chrome,Safari4+ *//*
    background: -webkit-linear-gradient(top,  #f66d5c 0%,#cb0301 100%); *//* Chrome10+,Safari5.1+ *//*
    background: -o-linear-gradient(top,  #f66d5c 0%,#cb0301 100%); *//* Opera 11.10+ *//*
    background: -ms-linear-gradient(top,  #f66d5c 0%,#cb0301 100%); *//* IE10+ *//*
    background: linear-gradient(to bottom,  #f66d5c 0%,#cb0301 100%); *//* W3C *//*
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f66d5c', endColorstr='#cb0301',GradientType=0 ); *//* IE6-9 */
    background: #9ac93c; /* Old browsers */
    background: -moz-linear-gradient(top,  #9ac93c 0%, #70a502 85%, #5f8b03 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ac93c), color-stop(85%,#70a502), color-stop(100%,#5f8b03)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9ac93c 0%,#70a502 85%,#5f8b03 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9ac93c 0%,#70a502 85%,#5f8b03 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9ac93c 0%,#70a502 85%,#5f8b03 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9ac93c 0%,#70a502 85%,#5f8b03 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac93c', endColorstr='#5f8b03',GradientType=0 ); /* IE6-9 */
}
.sale-slider .add2cart-button span{background:url(/local/static/images/buy-cart-icon.png);display:block;height:16px;width:21px;margin:7px auto 0;}
.sale-slider .add2cart-button:hover{
    color:#fff;
    background: #a3d540; /* Old browsers */
    background: -moz-linear-gradient(top,  #a3d540 0%, #70a502 85%, #659403 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3d540), color-stop(85%,#70a502), color-stop(100%,#659403)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a3d540 0%,#70a502 85%,#659403 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a3d540 0%,#70a502 85%,#659403 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a3d540 0%,#70a502 85%,#659403 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a3d540 0%,#70a502 85%,#659403 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d540', endColorstr='#659403',GradientType=0 ); /* IE6-9 */
}
.sale-slider .catalog-item__actions .add2compare-button{
    display:block;
    float:left;
    font-size:12px;
    text-decoration:none;
    border-bottom:1px dashed #68c5f2;
    padding-top:6px;
}
.sale-slider .catalog-item__fullname{
    color: #898989;
    font-size: 12px;
    padding-top: 6px;
}
.sale-slider .catalog-item__actions .add2compare-button:hover{border-bottom:1px dashed transparent;}