.heroCarousel {
	position: relative;
	overflow: hidden;
  width: 950px;
}
.heroCarouselSmall {
	height: 290px;
}
.heroCarouselSmedium{height: 328px;}/*added for product family page*/
.heroCarouselMmedium{height: 335px;}/*ghp hero*/
.heroCarouselMedium {
	height: 440px;
}
.heroCarousel ul {
	width: 20000em;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}

.heroCarousel ul.listSQbl {


position: relative;
width:582px;
}

.heroCarousel li {
	float: left;
	position:relative;
}

.heroCarousel ul.listSQbl li {
float:none;

}
.active.heroCarouselPaginationItem {
	background:url(/images/version-3/icons/b-hero-carousel-circle-on.png) no-repeat;
}
.heroCarouselPaginationItem {
	background:url(/images/version-3/icons/b-hero-carousel-circle-off.png) no-repeat;
	padding-left:12px;
	margin-right:7px;
}
.heroCarouselPaginationItem:hover {
	background:url(/images/version-3/icons/b-hero-carousel-circle-mouseover.png) no-repeat;
	padding-left:12px;
	margin-right:7px;
}
.heroCarousel-pagination{
	
	position:relative;
	text-align:center;
}
.heroCarousel-pagination_Margin1{margin: -25px auto;}
.heroCarousel-pagination_Margin2{margin:300px auto 0}
.heroCarouselBody .bodyPad {
   padding:20px
}
.heroCarouselBody .bodyBackground {
	background: #ececec;
  background: rgba(255, 255, 255, 0.7);
}
.heroCarouselBody .bodyTopLeft {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
    width: 352px;
}
.heroCarouselBody .bodyTopRight {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    width: 352px;
}
.heroCarouselBody .bodyTopCenter {
    position: absolute;
    top: 0;
		left: 50%;
		margin-left: -300px;
		margin-top: 20px;
    width: 600px;
}
.heroCarouselBody .bodyMiddleLeft {
	position: absolute;
	top: 70px;
	left: 0;
	margin: 0 20px 20px;
	width: 352px;
}
.heroCarouselBody .bodyMiddleRight {
	position: absolute;
	top: 70px;
	right: 0;
	margin: 0 20px 20px;
	width: 352px;
}
.heroCarouselBody .title {
    font-size: 32px;
    line-height: 1.0555;
}
.heroCarouselBody .subtitle {
    font-size: 18px;
    line-height: 1.0909;
    padding-top: 10px;
}

.heroCarouselBody .titleMedium {
    font-size: 30px;
    line-height: 1.0555;
}

.heroCarouselBody .subtitleMedium {
    font-size: 20px;
    line-height: 1.0909;
    padding-top: 10px;
}
.heroCarouselBody .bodyLeftCol {
    position: absolute;
    margin: 20px;
    left: 0;
    top: 0;
}
.heroCarouselBody .bodyRightCol {
    position: absolute;
    margin: 20px;
    right: 0;
    top: 0;
}
.heroCarouselBody .bodyMiddleLeftCol {
	position: absolute;
	margin: 0 20px 20px;
	left: 0;
	top: 90px;
}
.heroCarouselBody .bodyMiddleRightCol {
	position: absolute;
	margin: 0 20px 20px;
	right: 0;
	top: 90px;
}
.heroCarouselRgtArrow{top:144px;z-index:10}
.heroCarouselLftArrow{top:144px;z-index:20}

.txtWarmGray { color:#555; }
