/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 350px;
    width: 996px;
    background: #87bf3a;
    position: relative;
}
#featureCarousel img {
    border: 0;
}
#featureCarousel .feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    border: 1px solid #a2e646;
    cursor: pointer;
	background: #fff;
	padding: 2px;
}
#featureCarousel .feature > div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000; 
    width: 621px;
	margin: 0 0 2px 2px;
}
#featureCarousel .feature > div p {
    margin: 0;
    padding: 15px;
    font-weight: bold;
    color: #fff;
	font-size: 17px; 
}
#featureCarousel .blipsContainer {
    position: absolute;
    color: #fff;
    right: 23px;
    top: 305px;
    padding: 0;
    margin: 0;
}
#featureCarousel .blipsContainer .blip {
    margin: 3px;
    height: 20px;
    width: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border: 1px dotted #fff;
	line-height: 21px;
	font-weight: bold;
}
#featureCarousel .blipsContainer .blipSelected {
    color: #87bf3a;
    font-weight: bold;
    background: #fff;
}
