.carousel {
  margin-bottom: 20px;
  height:auto;
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 0px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  _height: 600px;
}

.carousel-control
{
  background:transparent !important;
}

.carousel-inner > .item > .carousel-image {
    width: 100%;
    _height: 600px; 
    text-align: center;
    align: center;
}



