.infiniteCarousel {
    width: 995px;
    position: relative;
    left: -15px;
}

.infiniteCarousel .wrapper {
    width: 915px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
    overflow: auto;
    min-height: 10em;
    margin: 0 40px;
    position: absolute;
    top: 0;
}

.infiniteCarousel .wrapper ul {
    width: 9999px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.infiniteCarousel ul li {
    display: block;
    float: left;
    padding: 5px;
    height: 130px;
    width: 146px;
}

.infiniteCarousel ul li a img {
    display: block;
}

.infiniteCarousel .arrow {
    display: block;
    height: 130px;
    width: 37px;
    background: url(../images/next_hover.jpg) no-repeat 0 0;
    text-indent: -999px;
    position: absolute;
    top: 15px;
    cursor: pointer;
}

.infiniteCarousel .forward {
    background-position: 0 0;
    right: 0;
}

.infiniteCarousel .back {
    background: url(../images/previous_hover.jpg) no-repeat 0 0;
    background-position: 10px -5px;
    left: 10px;
}

.infiniteCarousel .forward:hover {
    background-position: 0 -0px;
}

.infiniteCarousel .back:hover {
    background-position: 10px -5px;
}
