/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:960px;
}
#carousel {
  height:380px;
  width:960px;
  /*background-color:#CCC;*/
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
}
.attachment-carousel-img {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:4px solid #eee;
  cursor:pointer;
  -moz-box-shadow: 2px 2px 2px #222;
  -webkit-box-shadow: 2px 2px 2px #222;
  box-shadow: 2px 2px 2px #222;

}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature .carousel-caption a {
  margin:0;
  padding:0 0 0 10px;
  font-weight:normal;
  font-size:16px;
  color:#fff;
  background: url("../images/post-top-bg.png") repeat-x scroll 0 0 transparent;
  height:44px;
  line-height:44px;
  display:block;
  text-decoration:none;
}
.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!important;
}
.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:180px;
  left:31px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:180px;
  right:31px;
  cursor:pointer;
}