/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 250px;
    width:580px;
    position:relative;
    margin: auto;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-600px;
    left:-600px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    left:5px;
    bottom:0px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:5px;
    line-height:15px;
    width:15px;
    color:white;
    text-align:center;
    font-size:12px;
    border:1px dotted #CC0000;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:#CC0000;
}
