/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 300px;
    width:900px;
    /*background-color:gray;*/
    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:8px;
    font-weight:bold;
    font-size:12px;
	line-height:20px;
    color:white;
}