/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption-background {
  background-color:black;
}

.carousel-caption {
  z-index: 10;
}

.carousel-img {
/*
  opacity:0.6;
  filter:alpha(opacity=60); /* IE transparency */  
*/
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 180px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
