/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  /*position:relative;
  width:650px;*/
  width:650px;
  position:absolute;
  top:170px;
  right:0;
  margin-left:-325px;*/
  
}
#carousel {
  height:150px;
  width:650px;
  /*background-color:#CCC;*/
  position:relative;
  margin-bottom:0;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  /*border:2px solid #5d5d5d;*/
  cursor:pointer;
}

/*
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
*/


.tracker-summation-container {
  display:none;/**/
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  display:none;/**/
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
}

.tracker-individual-container li {
  list-style:none;
}

.tracker-individual-container .tracker-individual-blip {
  display:none;/**/
  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:33px;*/
  bottom:25%;
  left:20px;
  cursor:pointer;
  font-family:"Nanum Gothic","NanumGothic"; font-size:14px; font-weight:600;
}/*left 0; text-align:right;*/
#carousel-left b{font-size:30px; font-weight:bold; color:#fff}
#carousel-right {
  position:absolute;
  /*bottom:33px;*/
  bottom:25%;
  right:20px;
  cursor:pointer;
  font-family:"Nanum Gothic","NanumGothic"; font-size:14px; font-weight:600;
}/*left 0; text-align:left;*/
#carousel-right b{font-size:30px; font-weight:bold; color:#fff}
