
#carousel {
  height: 280px;
  width: 960px;
  background-color: #F7F7F7;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-family: Verdana;
}

#carousel-left {
  position: absolute;
  bottom: -20px;
  left: 220px;
  cursor: pointer;
}

#carousel-right {
  position: absolute;
  bottom: -20px;
  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: #23223a;
  display: none;
  z-index: 99;
}

.slide .carousel-caption p {
  margin: 0;
  padding: 5px;
 /* font-weight: bold;*/
  font-size: 14px;
  color: white;
}

.carousel-image {
  border: 0;
  display: none;
  position: absolute;
  max-height :250px;
}
