/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 319px;
    width:960px;
    background-color:#fff;
    position:relative; margin-left:9px
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer; z-index:1; margin-top:-20px;
}
#featureCarousel .feature  div {
    position:absolute;
    bottom:0px;
    right:0px;
    background-color:black;
    width:315px; height:275px;
}
#featureCarousel .feature  div p {
    margin:0;
    padding:20px 10px 0px 20px;
    font-weight:bold;
    font-size:30px;
    color:white; letter-spacing:-0.050em; line-height:30px; font-weight:normal	
}
#featureCarousel .feature  div p span{ font-size:12px; color:#fff; letter-spacing:normal; font-weight:normal; line-height:18px; padding-right:20px}
#featureCarousel .blipsContainer {
    position:absolute;z-index:10; display:block; width:315px; height:45px; background:#000;
 
    right:0px;
    top:0px;
    padding:0;
    margin:0; 
}
#featureCarousel .blipsContainer .blip {
    margin:14px 5px 5px 10px ; 
    height:19px;
    width:24px; background:url(../images/disk.gif) top no-repeat; color:#ececec; text-align:center;}
#featureCarousel .blipsContainer .blip:hover{ background:url(../images/disk_act.gif) top no-repeat; color:#fd7b00; text-align:center;}
#featureCarousel .blipsContainer .blipSelected {background:url(../images/disk_act.gif) top no-repeat; color:#fd7b00; text-align:center;
 
}
#featureCarousel  ul li{float:left!important;}