#banner-slider-1 {
    width: 740px;
    float: right;
    /*margin: 0 auto*/
}

#banner-slider-1 .banner-slider-1-item {
    width: 740px;
}

#banner-slider-1 .banner-slider-1-item-image {
    display: block;
    box-sizing: border-box;
    border: 1px solid #52585c;
    width: 100%;


}

#banner-slider-1 .banner-slider-1-item-name, #banner-slider-1 .banner-slider-1-item-name:hover {
    display: block;
    margin: 5px 0 8px;
    font: normal 18px/16px 'Trebuchet MS', Arial, sans-serif;
    color: #D41F26;
    text-decoration: none
}

#banner-slider-1 .banner-slider-1-item-description {
    font: 13px/1.2 'Trebuchet MS', sans-serif;
    height: 5em;
    margin: 0 0 0;
    padding: 3px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

.banner-item-info {
    margin-top: -114px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .5);
    display: block;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 760px;
    height: 370px;
}

.jcarousel ul {
    width: 20000em;
    height: 308px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.jcarousel li {
    width: 760px;
    height: 308px;
    float: left
}

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4e443c;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999
}

.jcarousel-control-prev {
    left: 50px
}

.jcarousel-control-next {
    right: 50px
}

.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {
    display: block
}

.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default
}

.jcarousel-pagination {
    position: absolute;
    top: 308px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    border: 0;
    /*background: url('images/tr-png.png') 0 0 repeat;*/
    padding: 0 5px;
    border-radius: 3px
}

.jcarousel-pagination a {
    margin: 5px 6px;
    float: left;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-size: 11px;
    line-height: 14px;
    min-width: 16px;
    width: 16px;
    height: 16px;
    background: linear-gradient(to bottom, #4f5458, #3a3e41);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #4e443c;
    text-indent: -10000px;
    outline: 0;

-webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, .87);
    -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, .87);
    box-shadow: 0 2px 1px 1px rgba(0, 0, 0, .87);
    position: relative;
}

.jcarousel-pagination a.active {
    background: #17191b;
    border: 1px solid #2d3134;
    -webkit-box-shadow: inset 0 0 2px #000000;
    -moz-box-shadow: inset 0 0 2px #000000;
    box-shadow: inset 0 0 2px #000000;
    width: 24px;
    height: 24px;
    margin: 1px 1px 5px 1px;
}
.jcarousel-pagination a.active::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: linear-gradient(to bottom, #d02e00, #c60a00);
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    border-radius: inherit;
}