/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 230px;
    width: 473px;
/*     background-color: gray; */
    position: relative;
}
#featureCarousel img {
    border: 0;
}
#featureCarousel .feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    border: 3px solid white;
    cursor: pointer;
}
#featureCarousel .feature div {
    position: absolute;
    top: 210px;
    left: -100px;
    width: 473px;
}
#featureCarousel .feature div p {
}
#featureCarousel .feature div h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 9px;
}
#featureCarousel .feature div a {
    text-decoration: none;
}
#featureCarousel .blipsContainer {
    position: absolute;
    color: white;
    right: 25px;
    top: 210px;
    padding: 0;
    margin: 0;
}
#featureCarousel .blipsContainer .blip {
    display: none;
    margin: 3px;
    height: 14px;
    width: 14px;
    color: white;
    text-align: center;
    font-size: 10px;
    border: 1px dotted black;
    background-color: #97BF0D;
}
#featureCarousel .blipsContainer .blipSelected {
    color: white;
    font-weight: bold;
    background-color: #F08700;
}