.carousel-container {
  height: 570px;
  position: relative;
}
#carousel {
  height: 570px;
  margin: 0 -10px;
  overflow: hidden;
  position: relative;
  width: 990px;
  z-index: 2;
}
.carousel-feature {
  cursor: pointer;
  left: -1000px;
  position: absolute;
  top: -1000px;
}
.carousel-caption {
  background: #fff;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.opacity(enabled=false)" !important;
}
#carback {
  background: #ecf0f9;
  border-radius: 0 0 7px 7px;
  bottom: 0;
  left: 0;
  margin: 0 -10px -10px;
  padding: 10px;
  position: absolute;
  width: 968px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
}
#carousel-left {
  cursor: pointer;
  float: left;
  margin-left: 150px;
  position: relative;
  z-index: 10;
}
#carousel-right {
  cursor: pointer;
  float: right;
  margin-right: 150px;
  position: relative;
  z-index: 10;
}
.tracker-individual-container {
  float: left;
  left: 50%;
  position: relative;
  top: 550px;
  z-index: 15;
}
.tracker-individual-container li {
  position: relative;
  right: 50%;
}
.tracker-individual-blip {
  background: url(/design/images/carli.png) 0 0 no-repeat;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
.tracker-individual-blip-selected {
  background: url(/design/images/carli.png) 0 -22px no-repeat;
}