/********************
 * FEATURE CAROUSEL *
 ********************/
#carousel-container {
  position:relative;
  width:750px;
  margin-top: 10px;
}
#carousel {
  height:203px;
  width:748px;
  background-color:#f8f6ef;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
  border: 1px solid #d1cbb2;
}
#carousel .carousel-image {
  border:0;
  display:block;
}
#carousel .carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
}
#carousel .tracker-individual-container {
  position:absolute;
  right:10px;
  top:175px;
  padding:0;
  margin:0;
  background-color:#f8f6ef;
}
#carousel .tracker-individual-container li {
  list-style:none;
}
#carousel .tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:2px 3px;
  color:white;
  text-align:center;
  background-color:#ccc;
}
#carousel .tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:10px;
  left:195px;
  cursor:pointer;
}

*:first-child+html #carousel-left {
  bottom:15px;
}
*html #carousel-left {
  bottom:15px;
}

#carousel-right {
  position:absolute;
  bottom:10px;
  right:195px;
  cursor:pointer;
}

*:first-child+html #carousel-right {
  bottom:15px;
}
*html #carousel-right {
  bottom:15px;
}
