#spotlight {
    width: 784px;
    height: 180px;
    float: left;
    position: relative;
    background: #ebebeb;
    overflow: hidden;
}

#spotlight .prev_spot,
#spotlight .next_spot {
    height: 32px;
    position: absolute;
    top: 74px;
    width: 32px;
    z-index: 5;
}

#spotlight .prev_spot {
    left: 5px;
}

#spotlight .prev_spot a,
#spotlight .next_spot a {
    background: none repeat scroll 0 0 #D9D9D9;
    display: block;
    height: 24px;
    padding: 8px 0 0 8px;
    width: 24px;
    display: none;
}

#spotlight .prev_spot a:hover,
#spotlight .next_spot a:hover {
    color: #7b0020;
    background: #bd7f8f;
}

#spotlight a span.icon_sprite {
    display: block;
    height: 16px;
    width: 16px;
}

#spotlight .next_spot a:hover span {
    background-position: -8px -40px; /* inv right arrow */
}

#spotlight .prev_spot a:hover span {
    background-position: -41px -40px; /* inv left arrow */
}

#spotlight .next_spot {
    right: 5px;
}

#spotlight .spots {
    position: relative;
    height: 180px;
    white-space: nowrap;
}

#spotlight .spot {
    float: left;
    width: 260px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-right: 2px;
}
