ul.carousel-content {
    list-style: none;
    padding: 0
}
li[aria-hidden=true] {
    display: none
}
ul.carousel-content,
ul.carousel-content img {
    max-width: 100%
}
ul.carousel-content img.background_slide {
    position: absolute;
}
.carousel-content li,
.slider_wrapper {
    position: relative
}
fieldset.carousel-buttons {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 20px;
    border: none
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333
}
.btn-group-xs>.btn,
.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.slider_wrapper button>span:first-child {
    background: url(img/pakad.jpg);
    display: block;
    float: right;
    height: 20px;
    width: 20px;
    background-size: 62px 30px
}
.slider_wrapper button>span.slider-play:first-child {
    background-position: -5px -4px
}
.slider_wrapper button>span.slider-pause:first-child {
    background-position: -34px -4px
}
.slide_container {
    position: absolute;
    left: 5%
}
.background_slide {
    width: 100%;
}