/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:1000px;
  height:390px;

}
#carousel {
  height:388px;
  width:1000px;
  position:relative;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
  margin-top:20px;
 
}
.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;
  color:white;
  right:300px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
  display:none;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:350px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;

}

.tracker-individual-container li:hover {
  list-style:none;
  background-image:url(../images/banner_pagination_hover.png);
  background-position:center bottom;
  background-repeat:no-repeat;
}

.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  width:12px;
  height:12px;
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip-selected {
	list-style:none;
  color:white;
  font-weight:bold;

    background-image:url(../images/banner_pagination_hover.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  width:12px;
  height:12px;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}