/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 350px;
    width:780px;
    background-color:white;
    position:relative;
}
#featureCarousel img {
    border:1px solid #000;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:2px;
    left:4px;
    width:445px;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
	background-color:#999999;
    font-size:12px;
    color:white;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:331px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:15px;
    width:15px;
    color:#99cc33;
    text-align:center;
    font-size:10px;
    border:1px solid #99cc33;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:#99cc33;
}
