/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 290px;
    width:1000px;
    position:relative;
	
}
#featureCarousel img {
    border:0;
}
#featureCarousel h5 {
    border:0; margin:5px 0px 12px -2px; padding:0; font-size:30px; font-family:Arial; letter-spacing:-0.04em; color:#fff; 
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:9px solid white;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%; z-index:101;color:#fff!important
}

#featureCarousel .feature > div div.left_text{ width:260px;   margin:10px 0px 10px 20px; letter-spacing:-0.04em; float:left; z-index:102; color:#fff!important;}
#featureCarousel .feature > div div.right_text{ font-size:14px; margin:10px 0px 0px 15px;border-left:1px #fff solid; width:90px; float:right; height:60px; padding-left:10px}
#featureCarousel .feature > div div.right_text span{ font-size:36px; line-height:50px; color:#fff!important}


#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
	bottom:0;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:18px;
    width:18px;
    color:white;
    text-align:center;
    font-size:12px;
    border:1px solid #fff;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}