/**
 * 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
 */
.jcarousel-skin-default .jcarousel-container {

}

.jcarousel-skin-default .jcarousel-container-horizontal {
	width:933px;
    height:346px;
}

.jcarousel-skin-default .jcarousel-clip {
    padding: 0;
    margin:0;
    overflow: hidden;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
    width:933px;
    height:346px;
}



.jcarousel-skin-default .jcarousel-item {
    width:933px;
    height:346px;
}

.jcarousel-skin-default .jcarousel-item-horizontal {

}


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

.jcarousel-skin-default .jcarousel-list {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

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



/**
 * 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;
}

