/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:710px;
}
#carousel {
  height:420px;
  width:710px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
  width:420px;height:315px;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.tracker-summation-container {
  position:absolute; opacity: 0;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  display:none; opacity: 0;
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;
}

.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
  font-size:0;
}
#carousel-left {
  position:absolute;
  top:342px;
  left:272px;
  cursor:pointer;z-index: 1555;
}
#carousel-right {
  position:absolute;
  top:342px;
  left:432px;
  cursor:pointer;z-index: 1555;
}

.tracker-summation-container{display: none;}

.tracker-individual-container {
  position:absolute;
  color:white;
  left:310px;
  top:350px;
  padding:0;
  margin:0;z-index: 155;opacity: 1;
}
.tracker-individual-container li {
  list-style:none;
  position: relative;z-index: 155;width:15px;height: 15px;background: #bababa;color:#bababa;border-radius: 50%;margin-right: 10px;
}
.tracker-individual-container .tracker-individual-blip {
 background: #bababa;width:15px;height: 15px;color:#bababa;border-radius: 50%;}

.tracker-individual-container .tracker-individual-blip-selected {
background: #15aa63;width:15px;height: 15px;color:#15aa63;border-radius: 50%;
}