/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 390px;
    width:700px;
    background-color: white;
    position: relative;
	 margin-top:30px;
	 margin-left:60px;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:40px;
    left:-1000px;
    border:1px 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 {
    position:absolute;
    color:#4682b4;
    right:277px;
    top:380px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:12px;
    width:12px;
	 background-color: white;
    color:white;
    text-align:center;
    font-size:10px;
    border: 1px solid #32548b;
}
#featureCarousel .blipsContainer .blipSelected {
    color:#0071bc;
    font-weight:bold;
    background-color: #0071bc;
}
