.jcarousel-skin-videos-lung-art .jcarousel-container {
    float: left;
    background: #E8EFF5;
    border: 1px solid #CEE2F3;
    -moz-border-radius: 7px;
}


.jcarousel-skin-videos-lung-art .jcarousel-container-horizontal {
   	padding: 5px 0 0 0;
    margin: 0 auto;
    width:  298px;
    text-align: center;
}

.jcarousel-skin-videos-lung-art .jcarousel-clip-horizontal {
    width:  298px;
    height: 160px;
    text-align: center;
    list-style: none;
}
 
.jcarousel-skin-videos-lung-art .jcarousel-item {
    width: 298px;
    height: 160px;
    text-align: center;
    margin: 0;
    list-style: none;
}

.jcarousel-skin-videos-lung-art .jcarousel-item-horizontal {
	text-align: center;
	list-style: none;
}
 

.jcarousel-skin-videos-lung-art .jcarousel-item-placeholder {
    text-align: center;
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-videos-lung-art .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../pics/videos/carousel_dis_vid_next_horizontal.png") no-repeat 0 0;
}
 
.jcarousel-skin-videos-lung-art .jcarousel-next-horizontal:hover {
    background-position: -29px 0;
}

.jcarousel-skin-videos-lung-art .jcarousel-next-horizontal:active {
    background-position: -57px 0;
}

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


.jcarousel-skin-videos-lung-art .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 6px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../pics/videos/carousel_dis_vid_prev_horizontal.png") no-repeat 0 0;
} 

.jcarousel-skin-videos-lung-art .jcarousel-prev-horizontal:hover {
    background-position: -29px 0;
}

.jcarousel-skin-videos-lung-art .jcarousel-prev-horizontal:active {
    background-position: -57px 0;
}

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