#featureCarousel {
    height: 280px;
    width:1160px;
    position:relative;
    margin-top: 20px;
    margin-left: -90px;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    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:12px;
    color:white;
}
#featureCarousel .blipsContainer {
	position:absolute;
    color:white;
    left: 550px;
    top:330px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
	background:url("/resources/images/promos/home_slider_sprite.png") no-repeat scroll left bottom transparent;
	background-position: 0px -12px;
	margin:3px;
    height:11px;
    width:14px;
    /* color:white; */
    text-align:center;
    font-size:10px;
    /* border:1px dotted black; */
}
#featureCarousel .blipsContainer .blipSelected {
	background:url("/resources/images/promos/home_slider_sprite.png") no-repeat scroll left top transparent;
	/* color:white; */
    font-weight:bold;
    /* background-color:black; */
	margin-top:2px;
	height:12px;
}