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

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

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

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

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

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


/* Product Image Gallery Carousel CSS */
.more-views .jcarousel-direction-rtl {
direction: rtl;
}
.more-views .jcarousel-container-horizontal {
width: 405px;
padding-left: 35px;
}

.more-views .jcarousel-clip-horizontal {
overflow: hidden;
width: 370px;
height: 75px;
margin-left: 0px;
}

.more-views .jcarousel-item {
width: 75px;
height: 75px;
}
.more-views .jcarousel-item-horizontal {
margin-left: 0;
margin-right: 10;
}
.more-views .jcarousel-direction-rtl .jcarousel-item-horizontal {
margin-left: 10px;
margin-right: 0;
}

.more-views .jcarousel-item-placeholder {
background: #fff;
}
/**
* Horizontal Buttons
*/
.more-views .jcarousel-next-horizontal {
position: absolute;
top: 0px;
right: 5px;
width: 20px;
height: 60px;
cursor: pointer;
background: transparent url("../images/product/product_gallery_next.gif") no-repeat 0 0;
/*background: #ccc;*/
}

.more-views .jcarousel-next-horizontal:hover,
.more-views .jcarousel-next-horizontal:focus {
background-position: 0 -60px;
}
.more-views .jcarousel-next-horizontal:active {
background-position: 0 -60px;
}
.more-views .jcarousel-next-disabled-horizontal,
.more-views .jcarousel-next-disabled-horizontal:hover,
.more-views .jcarousel-next-disabled-horizontal:focus,
.more-views .jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: 0 -120px;
}
.more-views .jcarousel-prev-horizontal {
position: absolute;
top: 0px;
left: 5px;
width: 20px;
height: 60px;
cursor: pointer;
background: transparent url("../images/product/product_gallery_prev.gif") no-repeat 0 0;
}

.more-views .jcarousel-prev-horizontal:hover,
.more-views .jcarousel-prev-horizontal:focus {
background-position: 0 -60px;
}
.more-views .jcarousel-prev-horizontal:active {
background-position: 0 -60px;
}
.more-views .jcarousel-prev-disabled-horizontal,
.more-views .jcarousel-prev-disabled-horizontal:hover,
.more-views .jcarousel-prev-disabled-horizontal:focus,
.more-views .jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: 0 -120px;
}

.more-views .jcarousel-item {
    height: 68px;
    width: 68px;
}

.more-views .jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none outside none;
    width: 68px;
    margin: 0 9px 9px 0;
}

