/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:960px;
}
#carousel {
  height:410px;
  width:960px;
  position:relative;
  float:left;
  margin-top:200px;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
}
.carrusel-ver{
	background-image:url(../img/ver-mas.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	text-align:center;
	height:93px;
	}
.carrusel-ver h1{
	font-size:19px;
	font-weight:normal;
	font-family:"Rokkitt Bold";
	}
.carrusel-ver h2{
	font-size:26px;
	font-family:"Questrial-Regular";
	margin-top:5px;
	}
.carrusel-ver-mas{
	width:100%;
	float:left;
	margin-top:15px;
	}
.carrusel-ver-mas a{
	text-decoration:none;
	color:#000;
	}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.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;
}
.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;
  display:none;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
}