/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:760px;
  height:224px;
  margin:32px 0;
}
#carousel {
  height:224px;
  width:700px;
  overflow:hidden;
  margin:0 auto;
  position:relative;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:10px solid #4d0003;
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  right:0;
}
.carousel-caption a{ color:#FFF; font-size:14px; display:block; text-align:center;}
.tracker-summation-container { display:none;}
.tracker-individual-container {
  position:absolute;
  left:470px;
  bottom:30px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none; width:10px; height:10px; margin-right:6px; display:inline; 
} 
.tracker-individual-container .tracker-individual-blip{ background:url(../images/3d_ac.jpg) no-repeat; width:10px; height:10px; color:#FFF; font-size:0;}
.tracker-individual-container .tracker-individual-blip-selected{ background:url(../images/3d_ho.jpg) no-repeat;}

#carousel-left,#carousel-right{ position:absolute; top:100px; z-index:200; width:14px; height:28px; cursor:pointer;}
#carousel-left{ background:url(../images/pro_mlac.png) no-repeat; left:0;}
#carousel-right{ background:url(../images/pro_mrac.png) no-repeat; right:0;}
#carousel-left:hover{ background:url(../images/pro_mlho.png) no-repeat;}
#carousel-right:hover{ background:url(../images/pro_mrho.png) no-repeat;}