#footer_carousel {
    float: left;
    position: relative;
    left: 12px;
    bottom: 148px;
    height: 92px;
    width: 568px;
    overflow: hidden;
    z-index: 3;
}

#footer_carousel_previous,
#footer_carousel_next {
    float: left;
    width: 17px;
    height: 92px;
}

#footer_carousel_previous {
    background: url('../images/footer_carousel_previous.png') 0 0 no-repeat;
}
#footer_carousel_next {
    background: url('../images/footer_carousel_next.png') 0 0 no-repeat;
}

#footer_carousel_pages {
    float: left;
    overflow: hidden;
    width: 528px;
    height: 92px;
}
.footer_carousel_page {
    overflow: hidden;
    width: 528px !important; width: 529px; /* ie6 box-model hack change to 'width: 528px;' when ie6 support is dropped */
    height: 92px;
    padding-left: 1px;
}
.footer_carousel_item {
    width: 65px;
    height: 92px;
    margin-right: 1px;
    float: left;
}

.footer_carousel_item img {}
