.image_carousel {
    overflow: hidden;
    padding: 36px 40px 15px 50px;
    position: relative;
    margin: 0 auto;
}

.image_carousel img {
    margin-right: 15px;
    height: 68px;
}

.image_carousel a {
    display: block;
    float: left;
}

a.prev {
    background: url(../images/icon-pre.png) no-repeat transparent;
    width: 45px;
    height: 50px;
    display: block;
    position: absolute;
    top: 70px;
    margin-left: 10px;
}

a.next {
    background: url(../images/icon-next.png) no-repeat transparent;
    width: 22px;
    height: 50px;
    display: block;
    position: absolute;
    top: 70px;
    margin-left: 10px;
}

a.prev {
    left: 3px;
    background-position: 0 0;
}

a.prev.disabled {
    background-position: 0 -100px !important;
}

a.next {
    right: 10px;
}

a.next:hover {
}

a.next.disabled {
    background-position: -50px -100px !important;
}

a.prev.disabled, a.next.disabled {
    cursor: default;
}

a.prev span, a.next span {
    display: none;
}

.pagination {
    text-align: center;
}

.pagination a {
    background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.pagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}

.pagination a span {
    display: none;
}

.clearfix {
    float: none;
    clear: both;
}
