.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-caption {
  background-color: #f2f1eb;
  opacity: 0.9;
  right: 0px;
  left: 0px;
  bottom: 10px;
  padding-top: 0px;
  padding-bottom: 20px;
  text-shadow: none;
}
.carousel-indicators {
  bottom: 5px;
}
.carousel-indicators li {
  border: 1px solid #565656;
}
.carousel-indicators .active {
  background-color: #565656;
}
.carousel-control:hover, .carousel-control:focus{
  background-color:transparent;
}
.carousel-control.right:hover, .carousel-control.left:hover{
  background-color: transparent;
}
