/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 400px;
    width:100%;
    /*background-color:gray;*/
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    /*border:3px solid white;*/
    cursor:pointer;
    border-radius: 30px;
    overflow: hidden;
}
#featureCarousel .feature img{
    width:100%;
    height:100%;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;
}
#featureCarousel .tracker-individual-container {
    position:absolute;
    color:white;
    left:44%;
    bottom:-70px;
    padding:0;
    margin:0;
}
#featureCarousel .tracker-individual-container .tracker-individual-blip {
    margin:3px;
    /*height:14px;*/
    /*width:14px;*/
    /*color:white;*/
    /*text-align:center;*/
    /*font-size:10px;*/
    /*border:1px dotted black;*/
    width:30px;
    height:4px;
    border-radius: 30px;
    background:#f4f4f4 ;
}
#featureCarousel .tracker-individual-container .tracker-individual-blip-selected {
    /*color:white;*/
    /*font-weight:bold;*/
    /*background-color:black;*/
    background: #63c3eb;
}