/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.schedascroll{
	float:left;
	width:160px;
	display: block;
	height: 220px;
}
.quickflip-wrapper .front-panel {

}
.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 {
    list-style: none;
	width: 160px;
    height: 220px;
	float:left;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
}
#myBvideo .jcarousel-list li, #myBvideo .jcarousel-item {    
	width: 160px;
    height: 220px;
}
#myCvideo .jcarousel-list li, #myCvideo .jcarousel-item {    
	width: 160px;
    height: 220px;
}
/**
 * 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;
}
/*--formattazione lista video -- */
.jcarousel-skin-Bvideo{
	float:left;
	width:850px;
	height: 220px;
	z-index: 1;
}
.jcarousel-skin-Bvideo .jcarousel-container {
	width:850px;}

.jcarousel-skin-Bvideo .jcarousel-container-horizontal {
   width:850px;
    padding: 0px 51px 0px 51px;
}


.jcarousel-skin-Bvideo .jcarousel-clip-horizontal {
	width:850px;
	height: 220px;
}


.jcarousel-skin-Bvideo .jcarousel-item {
	width:850px;
	height: 220px;
}

.jcarousel-skin-Bvideo .jcarousel-item-horizontal {
    margin-right: 10px;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-Bvideo .jcarousel-next-horizontal {
    position: absolute;
    top: 85px;
    right:0px;
    width: 51px;
    height: 51px;
    cursor: pointer;
    background: transparent url(/asset/img/layout/btn_scroll_next.gif) no-repeat 0 0;
}

.jcarousel-skin-Bvideo .jcarousel-next-horizontal:hover {
    background-position: 0px 0;
}

.jcarousel-skin-Bvideo .jcarousel-next-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-skin-Bvideo .jcarousel-next-disabled-horizontal,
.jcarousel-skin-Bvideo .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-Bvideo .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -79px 0;
}

.jcarousel-skin-Bvideo .jcarousel-prev-horizontal {
	position: absolute;
	top: 85px;
	left:0px;
    width: 51px;
    height: 51px;
	cursor: pointer;
	background: transparent url(/asset/img/layout/btn_scroll_prev.gif) no-repeat 0 0;
}

.jcarousel-skin-Bvideo .jcarousel-prev-horizontal:hover {
    background-position: 0px 0;
}

.jcarousel-skin-Bvideo .jcarousel-prev-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-skin-Bvideo .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-Bvideo .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-Bvideo .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -79px 0;
}

