/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 400px;
    width:1200px;

    position:relative;
}
#featureCarousel img {
    border:0;
	height:380px;
	width:560px;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    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;
	text-align:center;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:40px;
    top:280px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:0px;
    height:20px;
    width:30px;
    color:#e4211b;
    text-align:center;
    font-size:12px;
    border:1px dotted #e4211b; padding-bottom:10px;
}
#featureCarousel .blipsContainer .blipSelected {
    color:#fff;
    font-weight:bold;
    background-color:#e4211b;
}