/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 220px;
    width:	216px;
	background-color:#333;
	position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid #ee028b;
	background-repeat:repeat-y;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#ee028b;
	background-repeat:repeat-y;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    color:white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    top:372px;
    padding-left:5px;
	
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:18px;
    width:18px;
    color:white;
    text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
	border:1px medium;
}
#featureCarousel .blipsContainer .blipSelected {
    color:black;
    font-weight:bold;
    background-color:white;
}
