
#custom_carousel .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#custom_carousel .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#custom_carousel .carousel-indicators li img {
    display: block;
}
#custom_carousel .item {
    color: #000;
    background-color: #f5f5f5;
    padding: 20px 0
}

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #000
}

#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width: 90px;
    background-color: #000;
    opacity: .8
}

#custom_carousel .controls li.active {
    background-color: #000;
    opacity: 1;
    border-top: 3px solid orange
}

#custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: 700
}
.carousel-control > .fa.fa-arrow-left{
    right:0px;
}

.carousel-control > .fa.fa-arrow-right{
    left:0px;
}