/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
*/

.jcarousel-skin{
    overflow: hidden;
    height: 130px;
}

.jcarousel-container {
    position: relative;
}

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

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

#landingFeature .feature #relatedVideosShort.jcarousel-skin {
    list-style: none;
    margin: 0 0 0 24px;
    padding: 0 15px 0 0;
    height: 130px;
    float: left;
    clear: both;
}

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

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


/* ========================================== */



#landingFeature .feature .jcarousel-skin .jcarousel-container,
#landingFeature .feature #relatedVideosShort.jcarousel-skin {
    background: transparent url('../images/jcarousel/bg_jcarousel.gif') 24px 0 no-repeat;
}
#landingFeature .feature #relatedVideosShort.jcarousel-skin {
    background-position: top left;
}

.jcarousel-skin .jcarousel-container-horizontal {
    width: 450px;
    padding: 0 23px 0 24px;
}

.jcarousel-skin .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    width: 436px;
    height: 130px;
}

.jcarousel-skin .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin .jcarousel-item {
    width: 94px;
    height: 104px;
    overflow: hidden;
}

#landingFeature .feature .jcarousel-skin .jcarousel-item-horizontal,
#landingFeature .feature #relatedVideosShort.jcarousel-skin li {
    padding: 13px 0 13px 15px;
}

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

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

/**
 *  Horizontal Buttons
*/
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/jcarousel/next-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/jcarousel/prev-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

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

/**
	 *  Vertical Buttons
	 */
.jcarousel-skin .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/jcarousel/next-vertical.png') no-repeat 0 0;
}

.jcarousel-skin .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

.jcarousel-skin .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/jcarousel/prev-vertical.png') no-repeat 0 0;
}

.jcarousel-skin .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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




#landingFeature .feature .jcarousel-skin li {
    font: bold 9px/11px Arial, sans-serif;
}

#landingFeature .feature .jcarousel-skin li img {
    display: block;
    width: 94px;
    height: 75px;
}

#landingFeature .feature .jcarousel-skin li span {
    display: block;
    background: #4d280a;
    color: #e5d3a1;
    height: 29px;
    overflow: hidden;
}

#landingFeature .feature .jcarousel-skin li span a {
    padding: 3px 5px;
    display: block;
    color: #e5d3a1;
    text-decoration: none;
    height: 23px;
    overflow: hidden;
}

#landingFeature .feature .jcarousel-skin li:hover span a,
#landingFeature .feature .jcarousel-skin li span a:hover {
    color: #fff;
}






