#feature_rotator {
    margin-bottom: 10px;
    background: white;
    height: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#feature_rotator h2 { font-size: 110%; }

#feature_rotator .image_wrapper {
    width: 415px;
    height: 300px;
    background: white;
    position: relative;
    overflow: hidden;
}
#feature_rotator .image_wrapper img {
    width: 415px;
    height: 300px;
    overflow: hidden;
}
#feature_rotator .image_wrapper .blurb {
    width: 405px;
    height: 50px;
    position: relative;
    bottom: 61px;
    z-index: 200;
    color: white;
    padding: 5px;
    overflow: hidden;
}
#feature_rotator .image_wrapper .blurbbg {
    background-color: #A20203;
    bottom: 120px;
    z-index: 100;
}
#food #feature_rotator .image_wrapper .blurbbg { background-color: #1C9CD1; }
#celebrities #feature_rotator .image_wrapper .blurbbg { background-color: #990066; }

#feature_rotator .image_wrapper .blurb a {
    color: white;
}

#feature_rotator ul{ 
    float: right;
    width: 223px;
    font-weight: bold;
}

#feature_rotator ul li{ 
    border-top: 1px solid #ccc;
    overflow: hidden;
    height: 59px;
}
#feature_rotator ul li.selected{ 
    border-top: 1px solid #ccc;
    background-color: #CC0000;
}
#food #feature_rotator ul li.selected { background-color: #1C9CD1; }
#celebrities #feature_rotator ul li.selected { background-color: #cd0080; }

#feature_rotator ul li.first { 
    height: 60px;
    border-top: none;
}

#feature_rotator ul li a {
    display: block;
    height: 59px;
    padding: 13px 0 0 10px;
    margin: 0;
    color: #CC0000;
    overflow: hidden;
}
#food #feature_rotator ul li a { color: #0066FF; }
#celebrities #feature_rotator ul li a { color: #990066; }

#feature_rotator ul li.selected a {
    color: white;
}
#food #feature_rotator ul li.selected a { color: white; }
#celebrities #feature_rotator ul li.selected a { color: white; }

#feature_rotator ul li div.image_wrapper {
    display: none;
}

#feature_rotator #image_container {
    width: 415px;
    height: 300px;
    overflow: hidden;
    float: left;
}   
#feature_timer { display: none; }

