/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 335px;
    width:590px;
    position:absolute;
	top:97px;
	left:0px;
}
#featureCarousel img {
	border:0;

}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    cursor:pointer;
	border:1px solid #fff;
	background-color:#fff;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
	  margin:0;
	  padding:0;
	  background-color:#000;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;

}
#featureCarousel .feature > div p a:link, #featureCarousel .feature > div p a:visited {
    color:#fff;
}
#featureCarousel .feature > div p a:hover {
    color: #09C;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:0px;
    top:285px;
    padding:0;
    margin:0;
	background:url(../images/bg_numbers.png) repeat;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color: #036;
    text-align:center;
    font-size:10px;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
}