/********************
 * FEATURE CAROUSEL *
 ********************/
#carousel-container {
  position:relative;
  width:990px;
  float:left;
  display:block;
  height:328px;
}
#carousel {
  height:335px;
  width:990px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
#carousel .carousel-image {
  border:0;
  display:block;
}
#carousel .carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
  border:4px solid #fff;
}
#carousel .carousel-feature .carousel-caption {
  position:absolute;
  top:7px;
  right: 4px;
  width:100%;
  background:url(../images/transp.png) top left no-repeat;
  width:233px;
  height:223px;
  z-index:100;
}
#carousel .carousel-feature  p {
  margin:0;
  font-weight:bold;
  font-size:12px;
  color:#fff;
  position:absolute;
  top:3px;
  left: 344px;
  padding:13px 11px;
  width:213px;
  height:223px;
  z-index:1000;
  font-family:Arial, Helvetica, sans-serif;
  text-shadow:1px 1px 1px #000 ;

}
#carousel .carousel-feature  p strong {
	float:left;
	width:100%;
	height:26px;
	display:block;
    font-size:18px;
  
}
#carousel .tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
  display:none!important;
}
#carousel .tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
   display:none!important;
}
#carousel .tracker-individual-container li {
  list-style:none;
}
#carousel .tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
#carousel .tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  width:46px;
  height:65px;
  top:124px;
  left:0;
  cursor:pointer;
  background:url(../images/btn_slide.png) 0px 0px no-repeat;
  z-index:99999;
}
#carousel-right {
  position:absolute;
  width:46px;
  height:65px;
  top:124px;
  right:0;
  cursor:pointer;
  background:url(../images/btn_slide.png) -46px 0px no-repeat;
  z-index:99999;
}
.carousel-container_smll {
	padding-bottom: 55px;
    width: 745px!important;
	overflow: hidden;
}
.carousel-container_smll #carousel .carousel-feature .carousel-caption {
    display:none!important;
}
.carousel-container_smll #carousel .carousel-feature p {
    color: #1e2021;
    font-weight: normal;
    height: auto;
	font-style:italic;
    left: 0;
    margin: 0;
    padding: 13px 0;
    position: absolute;
    top: 300px;
    width: 100%;
    z-index: 1000;
	text-shadow:none;
}