/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel,
#banner {
    height: 480px;
    width: 740px;
    background-color: transparent;
    position:relative;
    z-index: 0;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature,
#banner .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel .feature > div,
#banner .feature > div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: black;
    width: 100%;
}
#featureCarousel .feature > div p,
#banner .feature > div p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
#featureCarousel .blipsContainer,
#banner .blipsContainer {
    position: absolute;
    color: white;
    right: 25px;
    bottom: 30px;
    padding: 0;
    margin: 0;
    z-index: 20;
}

#featureCarousel .blipsContainer li,
#banner .blipsContainer li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background: transparent none;
}

#featureCarousel .blipsContainer .blip,
#banner .blipsContainer .blip {
    margin: 0;
    height: 24px;
    width: 24px;
    color: white;
    text-align: center;
    font-size: 0;
    border: none;
    float: left;
    background-color: transparent;
    background-image: url("images/cycle-leaf.png");
    background-repeat: no-repeat;
    background-position: left top;
}
#featureCarousel .blipsContainer .blipSelected,
#banner .blipsContainer .blipSelected {
    background-position: left bottom;
}
