.carousel-inner .carousel-caption {
    background: rgba(0, 0, 0, 0.46);
    margin-top: 5;
    padding-left: 5px;
    padding-right: 5px;
}
.carousel-control > .glyphicon {color:#fff;}
.carousel-indicators {
    bottom: 0px;
    left: 50%;
    width: 62%;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #fff;
    width: 40px;
    height: 7px;
    border-radius:0px;
    box-shadow: 0 0 3px #ffffff91;
}
.carousel-indicators li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline-block;
    width: 40px;
    height: 7px;
    border-radius:0px;
    background-color: rgba(179, 179, 179, 0.26);
    box-shadow: inset 0 0 3px #00000091;
    border:none;
}
.carousel-indicators li:hover {
    box-shadow: inset 0 0 1px #00000091;
}
.carousel-caption {
    padding-top: 5px;
    padding-bottom: 15px;
    bottom: 10px;
    box-shadow: 0px 0px 16px #0000005e;
}
.tucbox-collapse-body .img-responsive {
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
