/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 175px;
    width:752px;
    background-color:#E5E5E5;
    position:relative;
	
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
	margin-top:-10px;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#9C2F19;
    width:100%;

}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight: normal;
    font-size:12px;
    color:white;
	font-family:"Trebuchet MS";
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:5px;
    top:150px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;

	font-family:"Trebuchet MS";
	background-color:#B7B7B7;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight: normal;
    background-color:#9C2F19;
}