/**
 * 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;
}

#artikel .jcarousel-list,
#artikel .carousel-100px .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#artikel .jcarousel-list li,
#artikel .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 462px;
    height: 261px;
}

#artikel .carousel-100px .jcarousel-list li,
#artikel .carousel-100px .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 102px;
    height: 77px;
}

/**
 * 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;
}


/**
	* Skin für Video Carousel
*/
#artikel #video-carousel li, #artikel .carousel-100px li {list-style:none;}

.jcarousel-skin-video .jcarousel-container-horizontal {
    width: 462px;
    padding: 0px 69px;
	text-align:center;
}
#artikel .carousel-100px .jcarousel-skin-video .jcarousel-container-horizontal {
    width: 490px;
	padding: 0px 65px 0px 45px;
}

.jcarousel-skin-video .jcarousel-clip-horizontal {
    width:  462px;
    height: 261px;
	text-align:center;
}
#artikel .carousel-100px .jcarousel-skin-video .jcarousel-clip-horizontal {
	width:  490px;
	height: 77px;
}

.jcarousel-skin-video .jcarousel-item {
    width: 462px;
    height: 261px;
}
#artikel .carousel-100px .jcarousel-skin-video .jcarousel-item {
    width:  102px;
    height: 77px;
	margin-left: 20px;
}

.jcarousel-skin-video .jcarousel-item a {
		font-size: 11px;
		font-weight: bold;
}
.jcarousel-skin-video .jcarousel-img {
	display:block;
	margin-bottom: 0px;
	border: 1px solid #4f5356;
}

.jcarousel-skin-video .jcarousel-item-horizontal {
    margin-left: 0px;
}

.jcarousel-skin-video .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-video .jcarousel-next-horizontal {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(/img/jq_carousel/next-horizontal.png) no-repeat 0 0;
}
#artikel .carousel-100px .jcarousel-skin-video .jcarousel-next-horizontal {
    top: 20px;
}

.jcarousel-skin-video .jcarousel-next-horizontal:hover {
    background-position: -40px 0;
}

.jcarousel-skin-video .jcarousel-next-horizontal:active {
    background-position: -80px 0;
}

.jcarousel-skin-video .jcarousel-next-disabled-horizontal,
.jcarousel-skin-video .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-video .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -120px 0;
}

.jcarousel-skin-video .jcarousel-prev-horizontal {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(/img/jq_carousel/prev-horizontal.png) no-repeat 0 0;
}
#artikel .carousel-100px .jcarousel-skin-video .jcarousel-prev-horizontal {
    top: 20px;
}

.jcarousel-skin-video .jcarousel-prev-horizontal:hover {
    background-position: -40px 0;
}

.jcarousel-skin-video .jcarousel-prev-horizontal:active {
    background-position: -80px 0;
}

.jcarousel-skin-video .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-video .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-video .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -120px 0;
}