/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:1200px;
  left:50%;
  margin-left:-600px;
}
#carousel {
  height:510px;
  width:1200px;
  position:relative;
  margin:0 auto;
  font-size:12px;
}
.carousel-image {
  border:0;
  display:block;
  width: 530px;
  height:383px;
}
.carousel-feature {
  position:absolute;
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#2a333f;
}
.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:#2a333f;
  display: none!important;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  left:50%;
  margin:0 0 0 -50px;
  bottom:20px;
  padding:0;height:30px;overflow:hidden;
}
.tracker-individual-container li {
  list-style:none;
  width: 30px;height:30px;overflow:hidden;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  color:white;
  text-align:center;width: 30px;height:30px;line-height:999999px;
  background:url("../images/index_11.png") no-repeat top center;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background:url("../images/index_13.png") no-repeat top center;
}
#carousel-left {
  position:absolute;
  display: none;
  top:230px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  top:230px;
  right:220px;
  display: none;
  cursor:pointer;
}