


.carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -15%;
    text-align: right;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width:  auto;
    height: 100%;
    margin: 1px;
    text-indent: 0px;
    cursor: pointer;
    xbackground-color: #000 \9;
    background-color: #0370a4;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 2px 5px;
    color: #ffffff;
    font-size: 12px;
}
.carousel-indicators .active {
    width: auto;
    height: 100%;
    margin: 0;
    background-color: #bc0401;
}

