/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:1360px;
  left:50%;
  margin-left:-680px;
}
#carousel {
  height:510px;
  width:1370px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
}
.carousel-image {
  border:0;
  display:block;
  width: 743px;
  height:500px;
}
.carousel-feature {
  position:absolute;
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#2a333f;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#2a333f;
  display: none!important;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
  display: none!important;
}
.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#2a333f;
}
#carousel-left {
  position:absolute;
  top:230px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  top:230px;
  right:220px;
  cursor:pointer;
}