.carousel-inner > .item > img {
  min-width: 100%;
  cursor: pointer;
}
.carousel-caption {
  margin-top: 400px;
  margin-left: 20px;
  padding: 10px;
  background-color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: black;
  z-index: 0;
  text-shadow: none;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold;
}
.carousel-inner {
  height: 500px;
}
.carousel-inner .text-container {
  height: 500px;
}
.carousel-control.right {
  left: auto;
  right: -100px;
}
.carousel-control.left {
  right: auto;
  left: -120px;
  /*glyph size = 20*/
}
.carousel-jumbotron {
  padding: 5px !important;
  background-color: transparent;
  border: 1px solid black;
}
