/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:580px;
   margin-left: auto;
margin-right: auto;
 
}
#carousel {
  height:173px;
  width:580px;
  background-color:#FFFFFF;
  /*background-color:#263DBC;*/
  position:relative;
  margin-bottom:0.5em;
  margin-top:-0.5em;
  font-size:12px;
  font-family: Arial;

  /*opacity:.9;
filter:alpha(opacity=40);*/ /* For IE8 and earlier */

}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:1px solid #F8FCF3;
  cursor:pointer;
}

.carousel-feature .carousel-caption {
  position:absolute;
  bottom:5px;
  top:5px;
  right:0px;
left:162px;
/*width:100%;*/
width:250px;
  background-color:#ffffff;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:0px 5px 0 5px;
  font-weight:bold;
  font-size:12px;
  color:#000000;
}
.carousel-caption a:hover{
text-decoration:none
} 

.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:175px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:160px;
  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:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}