.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 80%;
  margin: auto;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
  filter:;
}

.carousel-indicators {
  bottom:0px !important;
  margin-bottom:0px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: gray;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 2px;
    background-color: black;
}