/**
 * This <div> element is wrapped by jcarousel-large around the list
 * and has the classname "jcarousel-large-container".
 */
.jcarousel-large-container {
    position: relative;
}

.jcarousel-large-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-large-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-large-list li,
.jcarousel-large-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 610px;
    height: 298px;
}

/**
 * The buttons are added dynamically by jcarousel-large before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-large-next" and "jcarousel-large-prev".
 */
.jcarousel-large-next {
    z-index: 3;
    display: none;
}

.jcarousel-large-prev {
    z-index: 3;
    display: none;
}
