.featureCarousel {
   /* background-color: gray */
    background-color: lightgrey;
    position: relative;
}
.featureCarousel img {
    border: 0;
}
.featureCarousel .feature {
    position: absolute !important;
    top: -1000px;
    left: -1000px;
    border: 3px solid white;
    cursor: pointer;
}
.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: 8px;
    color: white;
}
.featureCarousel .blipsContainer {
    position: absolute;
    color: white;
    right: 10px;
    bottom:10px;
    /*top: 210px;*/
    padding: 0;
    margin: 0;
	visible: none;
}
.featureCarousel .blipsContainer .blip {
    margin: 3px;
    height: 12px;
    width: 12px;
    color: #000;
    line-height: 10px;
    text-align: center;
    font-size: 8px;
    border: 1px solid #000;
    border-radius: 3px;
}
.featureCarousel .blipsContainer .blipSelected {
    color: white;
    font-weight: bold;
    background-color: black;
}