/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 280px;
    width:956px;
   /* background-color:gray;*/
    position:relative;
	margin:30px  auto 0 auto;
	float:left;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
   /* border:3px solid white;*/
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;
}
#featureCarousel .blipsContainer {
  
    width:63px;
    padding:385px 0 0 0;
    margin:0 auto;
	
}


#featureCarousel .blipsContainer .blip {
    margin:0 3px 0 0;
    height:18px;
    width:18px;
    color:white;
    text-align:center;
    font-size:10px;
	text-indent:-9999px;
	background:url(/img/carousel/bullets.png) 100% 0 no-repeat;
}
#featureCarousel .blipsContainer .blipSelected {
	background:url(/img/carousel/bullets.png) 0 0 no-repeat;
}