/**
 * 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: 75px;
    height: 75px;
}

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




/* WATCH LIVE VIDEO CAROUSEL ITEMS */
.jcarousel-skin-live-video .jcarousel-next-horizontal {
    position: absolute;
    top: -6px;
    right: 15px;
    width: 5px;
    height: 7px;
    cursor: pointer;
    background: url(../images/buttons/more-arrow-next.gif) no-repeat 0 0;
}

.jcarousel-skin-live-video .jcarousel-prev-horizontal {
    position: absolute;
    top: -6px;
    right: 65px;
    width: 5px;
    height: 7px;
    cursor: pointer;
    background: url(../images/buttons/more-arrow-previous.gif) no-repeat 0 0;
}


.jcarousel-skin-live-video .jcarousel-next-horizontal:hover,
.jcarousel-skin-live-video .jcarousel-prev-horizontal:hover,
.jcarousel-skin-live-video .jcarousel-next-horizontal:active {
    background-position: 0px -7px;
}

.jcarousel-skin-live-video .jcarousel-next-disabled-horizontal,
.jcarousel-skin-live-video .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-live-video .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-live-video .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-live-video .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-live-video .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px -14px;
}

.liveVideoContainer .jcarousel-clip { /* see ie6.css for alternative */
    width: 768px;
}


/* ATHLETE CAROUSEL ITEMS */
.jcarousel-skin-athletes .jcarousel-next-horizontal {
    position: absolute;
    top: -21px;
    right: 27px;
    width: 5px;
    height: 7px;
    cursor: pointer;
    background: url(../images/buttons/more-arrow-next.gif) no-repeat 0 -7px;
}

.jcarousel-skin-athletes .jcarousel-prev-horizontal {
    position: absolute;
    top: -21px;
    right: 77px;
    width: 5px;
    height: 7px;
    cursor: pointer;
    background: url(../images/buttons/more-arrow-previous.gif) no-repeat 0 -7px;
}


.jcarousel-skin-athletes .jcarousel-next-horizontal:hover,
.jcarousel-skin-athletes .jcarousel-prev-horizontal:hover,
.jcarousel-skin-athletes .jcarousel-next-horizontal:active {
    background-position: 0px 0px;
}

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

.athleteContainer .jcarousel-clip {
    width: 567px;
}



/* BLOG CAROUSEL ITEMS */
.jcarousel-skin-blog .jcarousel-next-horizontal {
    position: absolute;
    top: -31px;
    right: 15px;
    width: 5px;
    height: 7px;
    cursor: pointer;
    background: url(../images/buttons/more-arrow-next.gif) no-repeat 0 0;
}

.jcarousel-skin-blog .jcarousel-prev-horizontal {
    position: absolute;
    top: -31px;
    right: 65px;
    width: 5px;
    height: 7px;
    cursor: pointer;
    background: url(../images/buttons/more-arrow-previous.gif) no-repeat 0 0;
}


.jcarousel-skin-blog .jcarousel-next-horizontal:hover,
.jcarousel-skin-blog .jcarousel-prev-horizontal:hover,
.jcarousel-skin-blog .jcarousel-next-horizontal:active {
    background-position: 0px -7px;
}

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

.blogRightContainer .jcarousel-clip {
    width: 340px;
}
