
#carousel {
  height: 280px;
  width: 960px;
  background-color: #fff;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-family: Arial;
}

#carousel-left {
  position: absolute;
  bottom: 10px;
  left: 220px;
  cursor: pointer;
}

#carousel-right {
  position: absolute;
  bottom: 10px;
  right: 484px;
  cursor: pointer;
}

.shadow {
  -moz-box-shadow: 0px 16px 26px #888888;
  -webkit-box-shadow: 0px 16px 26px #888888;
  box-shadow: 0px 16px 26px #888888;
}

.carousel-container {
  position: relative;
  width: 960px;
}

.slide .carousel-caption {
  position: absolute;
  background-color: #000;
  display: none;
  z-index: 99;
}

.slide .carousel-caption p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  color: white;
}

.carousel-image {
  border: 0;
  display: none;
  position: absolute;
}
