/********************
 * FEATURE CAROUSEL *
 ********************/

#featureCarousel {
    height:326px;
    width:100%;
    background-color:#fffff;
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid #90c7d0;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#90c7d0;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:normal;
    font-family: Arial, sans-serif; 
    font-size:14px;
    color:#808080;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:#ffffff;
    right:30px;
    top:280px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:808080;
    text-align:center;
    font-weight:normal;
    font-family: Arial, sans-serif; 
    font-size:14px;
    border:1px dotted #90c7d0;
}
#featureCarousel .blipsContainer .blipSelected {
    color:#ffffff;
    font-weight:normal;
    font-family: Arial, sans-serif; 
    font-size:14px;
    background-color:#90c7d0;
}
