#carousel {
  width:860px;
  height:500px;
  left: 70px;
  top: 115px;
  position:relative;
  clear:both;
  overflow:hidden;
}

#carousel img {
  visibility:hidden; /* hide images until carousel can handle them */
  cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}

#carousel_tracker{
  width:860px;
  height:50px;
  left: 70px;
  top: 515px;
  position:absolute;
  clear:both;
  overflow:hidden;
  z-index:9;
}

#carousel_tracker .tracker-individual-container {
  position:relative;
  color:white;
  width:200px;
  height:30px;
  left:374px;
  top:12px;
  padding:0;
  margin:0;
}
#carousel_tracker .tracker-individual-container li {
  list-style:none;
  width: 22px;
  height:20px;
}
#carousel_tracker .tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background:url("../images/main/mv_bnt_off.gif") no-repeat;
}
#carousel_tracker .tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;  
  background:url("../images/main/mv_bnt_on.gif") no-repeat;
}

