/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 228px;
    width:640px;
    background-color: white;
	border:0px solid black;
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:1px solid #333333;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color: #333333;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:4px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:11px;
    color:white;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:5px;
    top:210px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:black;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}