/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 280px;
    width:960px;
    background: none;
    position:relative;
    margin: 0 auto;
}
#featureCarousel img {
    border:0;
    display: block;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid #646464;
    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:25px;
    top:210px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

.leftButton, .rightButton { position: absolute; top: 156px; left: 2px; width: 26px; height: 37px; display: block; background: url(images/slider2-prev.gif) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }
.rightButton { left: auto; right: 2px; background: url(images/slider2-next.gif) no-repeat 0 0;}