/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:800px;
}
#carousel {
  height:300px;
  width:800px;
  position:relative;
  font-size:12px;
}
.carousel-image {
  border:0;
  display:block;
  width:400px;
  height:265px;
}
.carousel-feature1 {
  position:absolute;
  /*top:-1000px;
  left:-1000px;*/
 
  cursor:pointer;
}
.carousel-feature1 .carousel-caption1 {
  position:relative;
  top:280px;
  left: 200px;
  width:400px;
  background-color:#000;
}
.carousel-feature1 .carousel-caption1 p { 
  font-weight:bold;
  font-size:12px;
  color:white;
  text-align: center;
  padding: 5px;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:10px;
  top:210px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 1px;
  padding:0 1px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:23px;
  left:120px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:23px;
  right:120px;
  cursor:pointer;
}