.carousel{
    min-height: 200px;
}
.carousel-control {
    width: 10%;
}
.carousel-control.right,.carousel-control.left{
    background: transparent !important;
    opacity: .7
}
.carousel-inner>.item>img{
    margin: 0px auto;
}
.indicators{
    overflow: hidden;
    width: 70%;
    height: 55px;
    position: relative;
    left: 15%;
}
.indicators .carousel-indicators{
    bottom: 0px;
    height: 100%;
    width: 2000px;
    margin: 0px;
    left: auto;
    text-align: left;
}
.carousel-indicators li{
    width: 50px;
    height: 50px;
    border-radius: 0px;
    position: relative;
    background: #333;
}
.carousel-indicators li img{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
}
.carousel-indicators .active{
    width: 52px;
    height: 52px;
    border-color: #ff4800;
    background: transparent;
}
