/**
 * 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-home .jcarousel-container {
	list-style: none;
	width: 986px;
    height: 361px;
    position: relative;
}

.jcarousel-skin-home .jcarousel-container-horizontal {
    width: 986px;
    height: 361px;
    overflow: hidden;
}

.jcarousel-skin-home .jcarousel-container-vertical {
   

}

.jcarousel-skin-home .jcarousel-clip-horizontal {
    width: 986px;
    height: 361px;
}

.jcarousel-skin-home .jcarousel-clip-vertical {
 
}



.jcarousel-skin-home .jcarousel-item-horizontal {

}

.jcarousel-skin-home .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-home .jcarousel-item-placeholder {

}
.jcarousel-skin-home .jcarousel-item {
    width: 986px;
    height: 361px;
}

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

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



/**
 * 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-home .jcarousel-next {
    z-index: 3;
    display: none;
}

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