/********************
 * FEATURE CAROUSEL *
 ********************/
 .slider-wrapper {
	position: relative;
	overflow: hidden;
	height: 388px;
	width: 100%;
	 }
.carousel-container {
  position:relative;
  width:1020px;
}
#carousel {
	height: 300px;
	width: 1080px;
	position: relative;
	margin-left: 4px;
	float: left;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
	position: absolute;
	top: -600px;
	left: -1020px;
}
.carousel-feature {
  position:absolute;
  bottom:0;
  width:100%;
}
.carousel-feature > a {cursor:default;}
.carousel-caption {
	position:absolute;
	width:462px;
	height:95px;
  	margin:0;
	padding:0;
	left:21px;
	top:auto;
	overflow:hidden;
	background:url(../images/carousel-caption.gif) repeat left -3px;
}
.text-slider-1 {
	display:inline-block;
	font-size:40px;
	line-height:2em;
	color:#13a3ff;
	padding:4px 5px 0 12px;
	}
.text-slider-2 {
	display:inline-block;
	font-size:17px;
	line-height:29px;
	color:#27211a;
	font-weight:bold;
	padding:35px 0 0 0 ;
	}
.button-carousel {
	display:inline-block;
	text-decoration:none;
	font-size:20px;
	line-height:2em;
	padding-left:8px;
	background:url(../images/button-left.png) no-repeat left top;
	color:#fff;
	margin-top:21px;
	}
.button-carousel strong {
	display:block;
	padding-right:8px;
	background:url(../images/button-right.png) no-repeat right top;
	}
.button-carousel em {
	display:block;
	background:url(../images/button-center.png) repeat-x center top;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	}
.button-carousel:hover {background-position:left -63px;}
.button-carousel:hover strong {background-position:right -63px;}
.button-carousel:hover em {background-position:center -63px;}
.tracker-summation-container {display:none !important;}
.tracker-individual-container {display:none !important;}
#but_prev,
#but_next {
	position:absolute;
	display:block;
	top:211px;
	width:20px;
	height:30px;
	background:url(../images/but-control.png) no-repeat right top;
	right:5px;
	text-indent:-50000px;
	z-index:3;
	}
#but_prev {	left:6px;	background-position:left 0;	}
#but_next:hover {background-position:right bottom;}
#but_prev:hover {background-position:left bottom;}


/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center top;}
