#featureCarousel {
    height: 290px;
    width:960px;
    position:relative;
	
}
#featureCarousel img {
    border:0;
}
#featureCarousel h5 {
   
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:7px solid #e9e9e9;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%; z-index:101;color:#fff!important
}




#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:420px;
	bottom:0px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:18px;
    width:18px;
    color:#d3dbdb;
    text-align:center;
    font-size:12px;
	background:url(../images/disk.png) top no-repeat
    
}



#featureCarousel .blipsContainer .blipSelected {
    color:#ff4c00;
    font-weight:bold;
	background:url(../images/disk_act.png) top no-repeat
    
}

