/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 280px;
    width:350px;
    position:relative;
	float: left;
	margin-top: -36px;
	margin-left: 27px;
}
#featureCarousel img {
    border:0;
	height: 150px;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
	background-color: gainsboro; 
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:-95px;
    left:-150px;
    background-color:black;
    width:400px;

}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;

    font-size:11px;
    color:white;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:250px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}
