.featureCarousel {
    position: relative;
	background:url(images/slider-bg.png) 0 bottom no-repeat;
	border:solid 0px red;
}
.featureCarousel img {
    border: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader();
}
.featureCarousel .feature {
    position: absolute !important;
    top: -1000px;
    left: -1000px;
    cursor: pointer;
	overflow:hidden;
}
.featureCarousel .feature > div {
    position: absolute;
    bottom: 28px;
    left: 13px;
    background:url(images/caption_bg.png) 0 0 repeat;
    width: 306px;
	height:43px;
	border-right:solid 4px #78fd08;
}
.featureCarousel .feature > div p {
    margin: 0;
    padding: 4px 0 0 4px;
    font-size: 19px;
	line-height:35px;
	text--transform:uppercase;
	font-family: 'PT Serif Caption', arial, serif;
    color: white;
}
.featureCarousel .blipsContainer {
    position: absolute;
    color: white;
    right: 25px;
    top: 210px;
    padding: 0;
    margin: 0;
	display:none;
}
.featureCarousel .blipsContainer .blip {
    margin: 3px;
    height: 14px;
    width: 14px;
    color: white;
    text-align: center;
    font-size: 10px;
    border: 1px dotted black;
	display:none;
}
.featureCarousel .blipsContainer .blipSelected {
    color: white;
    font-weight: bold;
    background-color: black;
}