/********************
 * FEATURE CAROUSEL *
 ********************/

.featureCarousel {
    background-color: #fff;
    position: relative;
	margin: 0px;
	padding: 0px;
}
.featureCarousel img {
    border: 0px;
}
.featureCarousel .feature {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 3px solid white;
    cursor: pointer;
}
.featureCarousel > div {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    width: 100%;
}
.featureCarousel > div p {
    margin: 0px;
    padding: 3px;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
.feature {
	top:0;

}
.featureCarousel .blipsContainer {
    position: absolute;
    color: white;
    right: 25px;
    top: 180px;
    padding: 0px;
    margin: 0px;
}
.featureCarousel .blipsContainer .blip {
    margin: 4px 3px 3px 3px;
    height: 14px;
    width: 14px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border: 1px solid #ccc;
	background-color: #ea0a00;
}
.featureCarousel .blipsContainer .blipSelected {
    font-weight: bold;
	color: #ea0a00
    background-color: #ccc;
    border: 1px solid #ccc;	
}
#featureCarousel140 {
	height: 180px;
	margin: 0px;
	padding: 0px;
}