/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    margin-left: -25px;
    height: 220px;
    width:785px;
    background-color:transparent;
    position:relative;
    padding-top : -15px;
}
#featureCarousel img {
    border:0;

}
#featureCarousel .feature {


    position:absolute;
    border:0px solid white;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color: rgba(0, 0, 0, 0.6);
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:1px;
    text-align: center;
    font-weight:normal;
    font-size:15px;
    color: #000000;
}

#featureCarousel .feature > div p  a{
    margin:0;
    padding:1px;
    text-align: center;
    font-weight:bold;
    font-size:15px;
    color: #FFFFFF;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:#000000;
    right:25px;
    top:190px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:20px;
    width:20px;
    color:#ffffff;
    text-align:center;
    font-size:10px;
    /* border:1px dotted black;*/
    background: url(gray_pager.png) no-repeat 0 -20px;
}
#featureCarousel .blipsContainer .blipSelected {
    color:#000000;
    font-weight:bold;

    background: url(gray_pager.png) no-repeat 0 0px;
}






