﻿/**
 * 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;
}
#calendarCarousel .jcarousel-list li, .jcarousel-item {
	height:auto !important;
	min-height:20px;
}
.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;
}

/*video right module*/

.jcarousel-skin-video-right {
	height:90px;
	width:289px;
	overflow:hidden;
	background-color: #e8e8e8;
}

 .jcarousel-skin-video-right .jcarousel-container-vertical {
	height:90px !important;
	width:289px;
}

.jcarousel-skin-video-right .jcarousel-clip-vertical {
    height: 60px !important;
	width:289px;
}
.jcarousel-skin-video-right .jcarousel-item {
	width:60px;
	height:60px !important;
}
.jcarousel-skin-video-right .jcarousel-item-vertical {
	width:auto;
	height:60px !important;
} 
/* Buttons [Next] ***********************************/
.jcarousel-skin-video-right .jcarousel-next-vertical {
	position: absolute;
	bottom: 0px;
	left: -1px;
	width: 146px;
	height: 22px;
	cursor: pointer;
	background:url(../../Media/buttons/carousel_next_vert.jpg) no-repeat 0 -44px;
	text-indent: -9999px;
	display: block;
}
.jcarousel-skin-video-right .jcarousel-next-vertical:active {
    background-position: 0 -22px;
}
.jcarousel-skin-video-right .jcarousel-next-vertical:hover {
    background-position: 0 0px;
}
.jcarousel-skin-video-right .jcarousel-next-disabled-vertical,
.jcarousel-skin-video-right .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-video-right .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -22px;
}
/* Buttons [Prev] ***********************************/
.jcarousel-skin-video-right .jcarousel-prev-vertical {
	position: absolute;
	bottom: 0px;
	left: 143px;
	width: 146px;
	height: 22px;
	cursor: pointer;
	background:#fff url(../../Media/buttons/carousel_prev_vert.jpg) no-repeat 0 -44px;
	text-indent: -9999;
	display: block;
}
.jcarousel-skin-video-right .jcarousel-prev-vertical:hover {
    background-position: 0 0px;
}

.jcarousel-skin-video-right .jcarousel-prev-vertical:active {
    background-position: 0 0px;
}

.jcarousel-skin-video-right .jcarousel-prev-disabled-vertical,
.jcarousel-skin-video-right .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-video-right .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -22px;
}
/*video right module*/
