/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 540px;
    width:100%;
    background-color:#fff;
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#155785;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-size:16px;
    color:white;
}
#featureCarousel .blipsContainer {
    position: absolute;
    color: white;
    right: 15px;
    bottom: 10px;
    padding: 0;
    margin: 0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    line-height: 14px;
    border:1px dotted #155785;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:#155785;
}