/**
 * This <div> element is wrapped 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: 132px;
    height: 100px;
}

.jcarousel-list li .jcarousel-item-border {
    width:132px;
    padding:2px;
    border:1px solid black;
    background-color:#fff;
}

/* div.thumbnail-brdr to style thumbnails */
#sliderbox div.thumbnail-brdr { border:1px solid black; background-color:#fff; width:132px; height:79px; padding:2px; }

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

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

.jcarousel-skin-utube .jcarousel-container {  }

/* Controls the dimensions of the full container including navigation buttons */
.jcarousel-skin-utube .jcarousel-container-horizontal {
    width: 744px;
    padding: 4px 106px;
    _ width:790px;
    _ padding:4px 84px;
}

/* Controls the dimensions of the visible list-item container */
.jcarousel-skin-utube .jcarousel-clip-horizontal {
    width:748px;
    _ width:770px;
    height: 100px;
}

.jcarousel-skin-utube .jcarousel-item {
    width: 132px;
    height: 105px;
}

.jcarousel-skin-utube .jcarousel-item-horizontal {
    margin-right: 12px;
}

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




/***********  Horizontal Buttons ***/

.jcarousel-skin-utube .jcarousel-next-horizontal {
    position: absolute;
    top: 23px;
    right: 24px;
    width: 50px;
    height: 48px;
    cursor: pointer;
    background: transparent url(../images/btn-arrow-right.gif) no-repeat 0 0;
}

.jcarousel-skin-utube .jcarousel-next-horizontal:hover {  }

.jcarousel-skin-utube .jcarousel-next-horizontal:active {  }

.jcarousel-skin-utube .jcarousel-next-disabled-horizontal,
.jcarousel-skin-utube .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-utube .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-utube .jcarousel-prev-horizontal {
    position: absolute;
    top: 23px;
    left: 24px;
    width: 50px;
    height: 48px;
    cursor: pointer;
    background: transparent url(../images/btn-arrow-left.gif) no-repeat 0 0;
}

.jcarousel-skin-utube .jcarousel-prev-horizontal:hover {  }

.jcarousel-skin-utube .jcarousel-prev-horizontal:active {  }

.jcarousel-skin-utube .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-utube .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-utube .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
