/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 220px;
    width:735px;
    margin-left:10px;
    background-color:#ffffff;
    position:relative;
   
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:0px solid white;
    cursor:pointer;
}

#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:5px;
    top:184px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:2px;
    height:22px;
    width:22px;
	background-image:url(orange.png);
    color:#7e2fbc;
 	text-align:center;
	text-indent:1px;
    font-size:13px;
	line-height:22px;
    border:0px solid #7e2fbc;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	background-position:top left;
	background-repeat:no-repeat;
}
#featureCarousel .blipsContainer .blipSelected {
    color:#7e2fbc;
    background-color:#ffffff;
	  height:22px;
    width:22px;
	background-image:url(green.png);
}