﻿/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
	position:relative;
  width:480px;
  margin-left:200px;
  padding-top:112px;
}
#carousel  {
  height:300px;
  width:480px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
  margin-top:15px;
  *margin-top:0px;
 

}
#tituloDestaque {
    width: 380px;
    height: auto;
    margin:0px 0px 0px 0px;
    float:left;
}
div.carousel-container h2  {
    background: url('tit_destaque.png') no-repeat !Important; 
    width: 138px;
    height:25px;
    margin:0px 0px 0px 0px;
    text-indent:-999em;
    overflow:hidden;
    float:left;
}


.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
  height:260px!Important;
}
.carousel-feature .carousel-caption {
  position: absolute;
  bottom:0;
  width:100%;
  height:auto;
  cursor:default;
  color:#FFFFFF;
  background-image: url('/pub/img/bg_banner.png'); 	
  background-repeat: repeat;
  float:left;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  height:auto;
  color:#FFFFFF;
}
.carousel-feature .carousel-caption p a {
  color:#FFFFFF;
  text-decoration:none;
}
.carousel-feature .carousel-caption p a:hover {
  color:#FFFFFF;
  text-decoration: underline;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:5px;
  top:25px;
  padding:0;
  margin:0;
  z-index:999;
  
}
.tracker-individual-container li {
  list-style:none;
  height:28px;
  width:28px;
  float:left;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-image: url('/pub/img/aba_banner.png');
  background-repeat:no-repeat;
  height:28px;
  width:28px;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-image: url('/pub/img/aba_banner_over.png');
  background-repeat:no-repeat;
  height:28px;
  width:28px;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}