.carousel{
    /* background: #2f4357; */
    margin-top: 0px;
    max-height: 444px;
    overflow-y: hidden;
}
.carousel .item{
    /* min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
    width: 100%;
    margin: 0 auto; /* Align slide image horizontally center */
}
.bs-example{
	margin: 0px;
}

/* Indicators */
.carousel-indicators { bottom: 10px; }
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  /* text-indent: -999px; */
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 15px;
  /* text-shadow: 3px 2px 8px #000000; */
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.65);
}
.carousel-indicators .active {
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption { padding-bottom: 130px; }

/* ====================== SlideShow ====================== */
span.fa.fa-chevron-left { position: absolute; top: 50%; }
span.fa.fa-chevron-right { position: absolute; top: 50%; }
