/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 280px;
    width:960px;
    position:relative;
}
#featureCarousel img {
    border:0;
	behavior: url(iepngfix.htc) !important ;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    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 {
    position:absolute;
    color:white;
    right:374px;
    top:275px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:20px;
    width:20px;
    color:#014664;
    text-align:center;
    font-size:10px; background:url(../images/circle.png) no-repeat center top;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background:url(../images/hover_circle.png) no-repeat center top;
}