.jcarousel {
    position: relative;
    /* You need at least a height, adjust this to your needs */
    height: 237px;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
}

.jcarousel li {
    float: left;
}

