/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:563px;
}
#carousel {
  height:280px;
  width:563px;
  /* background-color:#CCC; */
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
  margin: 0 !important;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  cursor:pointer;
  overflow: hidden;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom: 13px;
  width:100%;
  /* background: url(../img/green_button_carousel.png); */
  /* background-repeat: repeat-x; */
  height: 45px;
  overflow: hidden;
}
.carousel-feature .carousel-caption p {
  margin: 0 auto;
  padding-top: 4px;
  font-weight:bold;
  font-size:12px;
  color: white !important;
  display: block;
  width: 242px;
  background: url(../img/green_button_carousel.png); background-repeat: repeat-x; 
  height: 41px; overflow: hidden;
  text-align: center;
  border-radius: 5px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
  display: none;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
  display: none;
}
.tracker-individual-container li {
  list-style:none !important;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
  display: none;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
  display: none;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}