/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#mycarousel2 img{border:0}
.jcarousel2-container {
    position: relative;
}
.jcarousel2-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

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

.jcarousel2-list li,
.jcarousel2-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 188px;
    height: 400px;
}

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

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

