.featureCarousel {
  
    position: relative;
	   z-index: 0;
	   margin:0px;
	   width:804px;
	   float:right;
	   
}
.featureCarousel img {
    border: 0;
}
.featureCarousel .feature {
    position: absolute !important;
    bottom: -1000px;
    left: -1000px;
    cursor: pointer;
}
.featureCarousel .feature > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.featureCarousel .feature > div p {
    margin: 0;
    padding: 0;
 float:left;
    font-size: 11px;
     color: #C0C0C0;
	 padding-left:5px;
}
.featureCarousel .blipsContainer {
    position: absolute;
     color: #C0C0C0;
    right: 0px;
    bottom: 5px;
    padding: 0;
    margin: 0;
}
.featureCarousel .blipsContainer .blip {
    margin: 0px;
    height: 15px;
    width: 15px;
    color: #C0C0C0;
    text-align: center;
    font-size: 10px;
     border:0;
	line-height:15px;
	border: dotted 1px #000000;
}
.featureCarousel .blipsContainer .blipSelected {
    color: #C0C0C0;
   border: 1px dotted #C0C0C0;
   
}