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

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

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

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

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

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







/* Title slider */

.jcarousel-skin-title .jcarousel-container {
    position: relative;
}

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

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

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

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

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












/**
 * Video slider
 */
.jcarousel-skin-video .jcarousel-container {
    width:365px;
    margin:auto;
    height: 65px;
    overflow: hidden;
}

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

#content-supp .jcarousel-skin-video ul.jcarousel-list {
    z-index: 1;
	overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-video .jcarousel-list li,
.jcarousel-skin-video .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100px;
    height: 65px;
    margin-right:31px;
}

/**
 * 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-video .jcarousel-next {
    z-index: 3;
    display: none;
    width:25px;
    height:13px;
    background:url('../img/arrow_right.png') no-repeat;
    position:absolute;
    right:155px;
    top:120px;
    cursor:pointer;
}

.jcarousel-skin-video .jcarousel-prev {
    z-index: 3;
    display: none;
    width:25px;
    height:13px;
    background:url('../img/arrow_left.png') no-repeat;
    position:absolute;
    left:155px;
    top:120px;
    cursor:pointer;
}
