/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height:701px;
   	width:100%;
    position:relative;
}
#featureCarousel img {
    border:0;
}
#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;
}
#featureCarousel .blipsContainer {
	width:200px;
	height:50px;
    position:absolute;
    color:white;
    left:50%;
    bottom:0px;
    padding:0;
    margin:0;
    z-index:999;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:13px;
    width:13px;
    font-size:0px;
    text-align:center;
	border:0px;
    background:#ccc;
    border-radius:50%;
}
#featureCarousel .blipsContainer .blipSelected {
   	border:1px solid #e58107;
    background-color:#fff;
}