/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container". if you want
 * to add more than one on a page, then use a different class name
 * on the elenemnt and preface each clss here with that class name
 * i.e. = .new-class .jcarousel-container and so forth
 */
 
 #mycarousel {display: none;}

.jcarousel-skin-default .jcarousel-container {
	list-style: none;
    border: none;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
    width: 1038px;
    height: 324px;
    padding: 0;
}


.jcarousel-skin-default .jcarousel-clip-horizontal {
    width: 1038px;
    height: 324px;
}

.jcarousel-skin-default .jcarousel-item {
    width: 1038px;
    height: 324px;
}

.jcarousel-skin-default .jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-skin-default .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


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

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