/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    width: 1280px;
    position: relative;
    margin: 0 auto;
}

#featureCarousel img {
    border: 0;
}

#featureCarousel .feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    text-align: left;
    cursor: pointer;
}

#featureCarousel .feature > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 721px;
}

#featureCarousel .feature > div p {
    /*   margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;*/
}

#featureCarousel .blipsContainer {
    position: absolute;
    color: white;
    left: 47%;
    top: 426px;
    padding: 0;
    margin: 0;
}

#featureCarousel .blipsContainer .blip {
    margin: 3px;
    height: 14px;
    width: 14px;
    color: white;
    text-align: center;
    font-size: 10px;
}

#feature text {
    width: 30%;
}

#featureCarousel .blipsContainer li {
    float: left;
    margin: 0px 2px;
    overflow: hidden;
    position: relative;
    width: 14px;
    height: 14px;
    padding: 0px;

}

#featureCarousel .blipsContainer li  .blip {
    float: left;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../img/glider_control.png) 0 -28px no-repeat;
}

#featureCarousel  ul.blipsContainer .blip:hover {
    background: url(../img/glider_control.png) 0 -14px no-repeat;
}

#featureCarousel  ul.blipsContainer .blipSelected {
    background: url(../img/glider_control.png) 0 0 no-repeat;
}

#featureCarousel div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)  */
    width: 721px;
    height: 429px;
    overflow: hidden;
    float: left;
}

div.home-hero {
    position: relative;
}

#featureCarousel div.text {
    color: #FFFFFF;
    width: 325px;
}

.carousel {
    float: none;
}

.hero-comp #featureCarousel button {
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
}

.hero-comp #featureCarousel button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.hero-comp #featureCarousel button span {
    position: relative;
    display: block;
    white-space: nowrap;
    line-height: 1.4em;
}

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        /* Safari and Google Chrome only - fix margins
        .hero-comp #featureCarousel button span {
            margin-top: -1px;
        }*/
    }
    /* OPTIONAL BUTTON STYLES for applying custom look and feel: 
		NEEDS UPDATING 
		*/
    .hero-comp #featureCarousel button.button {
        padding: 0 22px 0 0;
        margin-right: 5px;
        font-size: 12px;
        font-weight: bold;
        text-transform: lowercase;
        text-align: center;
        background: transparent url(/etc/designs/hello/packaged/img/btn_grey_sprite.png) no-repeat right -144px;
    }

.hero-comp #featureCarousel button.button span {
    padding: 4px 9px 0 15px;
    background: url(/etc/designs/hello/packaged/img/btn_grey_sprite.png) no-repeat top left;
    color: #0089AF;
    display: block;
    position: relative;
    white-space: nowrap;
    height: 27px;
}


.hero-comp #featureCarousel button.button:hover, .hero-comp #featureCarousel button.buttonHover {
/* the redundant class is used to apply the hover state with a script */
    background-position: right -96px;
}

.hero-comp #featureCarousel button.button:hover span, #featureCarousel button.buttonHover span {
    background-position: 0 -48px;
}

.hero-comp .text {
	left: 0;
    color: #fff;
    position: absolute;
    top: 23%;
    width: 325px;
		padding: 0 0 0 35px;
}
.hero-comp .text.alignRight {
	left: auto;
		right: 20px;
		padding: 0;
}
.hero-comp img {
	left: 0;
	max-width: 100%;
}