.featureCarousel {
    background-color: #fff;
    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: rgba(0, 0, 0, 0.60);
    width: 100%;
}
.featureCarousel .feature > div p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
.featureCarousel .blipsContainer {
    position: absolute;
    color: white;
    right: 172px;
    top: 210px;
    padding: 0;
    margin: 0;
}
.featureCarousel .blipsContainer .blip {
    margin: 3px;
    height: 14px;
    width: 14px;
    color: white;
    text-align: center;
    font-size: 10px;
}

.featureCarousel .blipsContainer .blipSelected {
    color: white;
    font-weight: bold;
	background: rgba(0, 0, 0, 0.60);

}

.blip {
    padding: 0px 0px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ccc;
}

