#featureCarousel {
	margin: 10px auto; width: 960px; height: 280px; position: relative; 
}
#featureCarousel img {
	border: 0px currentColor;
}
#featureCarousel .feature {
	border: 3px solid white; left: -1000px; top: -1000px; position: absolute; cursor: pointer;
}
#featureCarousel .feature > div {
	left: 0px; width: 100%; bottom: 0px; position: absolute; background-color: black;
}
#featureCarousel .feature > div p {
	margin: 0px; padding: 5px; color: white; font-size: 12px; font-weight: bold;
}
#featureCarousel .blipsContainer {
	margin: 0px; padding: 0px; top: 210px; right: 25px; color: white; position: absolute;
}
#featureCarousel .blipsContainer .blip {
	margin: 3px; border: 1px dotted black; width: 14px; height: 14px; text-align: center; color: white; font-size: 10px;
}
#featureCarousel .blipsContainer .blipSelected {
	color: white; font-weight: bold; background-color: black;
}
