/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  float:left;
  position:relative;
  margin-top:4px;
  width:664px;
}
#carousel {
  height:287px;
  width:664px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
}
.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 {
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  bottom:-7px;
  width:100%;
  color:white;
  padding:0;
  margin:0;
  text-align:center;
}
.tracker-individual-container li {
  list-style:none;
  display:inline;
  margin-right:30px;
}
.tracker-individual-container li:first-child {
  margin-left:0;
}
.tracker-individual-container .tracker-individual-blip {
  display:inline-block;
  *display:inline;
  *zoom:1;
  width:15px;
  height:15px;
  background:url(/shared/js/featureCarousel/images/indi-off.png) left top no-repeat;
}
.tracker-individual-container .tracker-individual-blip-selected {
  background:url(/shared/js/featureCarousel/images/indi-on.png) left top no-repeat;
}
#carousel-left {
  position:absolute;
  bottom:0;
  left:10px;
  cursor:pointer;
  z-index:15;
}
#carousel-right {
  position:absolute;
  bottom:0;
  right:10px;
  cursor:pointer;
  z-index:15;
}