/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:absolute;top:110px;left:10px;
  width:680px;
}
#b_car {position:absolute;top:370px;left:60px;z-index:10;width:210px;height:20px;}
#carousel {
  height:280px;
  width:680px;
  
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;z-index:9;
}
#backcarousel {height:280px;width:680px;position:absolute;top:110px;left:10px;background-color: #0F335E;opacity: 0.3;}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:2px solid #5d5d5d;
  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:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:260px;
  padding:0;
  margin:0;
}
.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:#01050C;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#0F335E;
}
#carousel-left {
  position:absolute;
  top:230px;
  left:50px;
  cursor:pointer;z-index:10;
}
#carousel-right {
  position:absolute;
  top:230px;
  left:75px;
  cursor:pointer;z-index:10;
}

#but_prev {color:#ffffff;text-decoration:none;cursor:pointer;} 
#but_pause {color:#ffffff;text-decoration:none;cursor:pointer;} 
#but_start {color:#ffffff;text-decoration:none;cursor:pointer;} 
#but_next {color:#ffffff;text-decoration:none;cursor:pointer;} 