﻿

/**
 * 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;
    height:122px !important;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    display:inline;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 122px !important;
    height: 125px !important;
}

/**
 * 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: 999;
    display: block;
    width:10px;
    height:10px;
}

.jcarousel-prev {
    z-index: 999;
    display: block;
    width:10px;
    height:10px;
}


.episodelist
{
    /*width:620px;*/
    height:145px;
    margin:10px;
    padding:0px;   
    overflow:hidden;
}


.jcarousel-container 
{
    width:100%;
    
    background-image:url(/../Img/carrousel_background.png);
    
}

.jcarousel-container-horizontal {
    /*width: 575px;*/
    padding: 10px 0px;
    height:130px;
    
}



.jcarousel-clip-horizontal {
    width:  910px;
    /**width: 911px;*/
    height: 122px;
    margin-left:27px;
    height:125px !important;
    overflow:hidden;
}



.episodelist .jcarousel-item {
    width: 122px;
    height: 125px;
    position:relative;
    z-index:1;
}

.episodelist .jcarousel-item-horizontal {
    margin:0px;
    margin-left: 8px;
    text-align:center;
    font-size:11px;
    width:122px !important;
    
    height:125px;
}



.episodelist .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.episodelist .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 18px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/Images/sliderarrows.png) no-repeat -54px 0;
}

.episodelist .jcarousel-next-horizontal:hover {
    background-position: -36px 0;
}

.episodelist .jcarousel-next-horizontal:active {
    background-position: -36px 0;
}

.episodelist .jcarousel-next-disabled-horizontal,
.episodelist .jcarousel-next-disabled-horizontal:hover,
.episodelist .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -56px 0;
    background:none;
}

.episodelist .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 18px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/Images/sliderarrows.png) no-repeat 0px 0;
}

.episodelist .jcarousel-prev-horizontal:hover {
    background-position: -18px 0;
}

.episodelist .jcarousel-prev-horizontal:active {
    background-position: -18px 0;
}

.episodelist .jcarousel-prev-disabled-horizontal,
.episodelist .jcarousel-prev-disabled-horizontal:hover,
.episodelist .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -56px 0;
    background:none;
}


.episodelist li 
{
    position:relative;
    width: 122px !important; 
}

.episodelist li a.thumb
{
    position:relative;
    display:block;  
    text-decoration:none; 
    z-index:2;
    width: 122px;
    height:122px !important;
    color:#999999;
    font-size:10px;
    font-weight:bold;
    text-align:left;
}


.episodelist li .tooltip
{
    display:none;
}

.episodelist li a
{
    line-height:14px !important;   
}


.episodelist li a.thumb img
{
    width: 120px;
    height: 90px;  
    top:0px;
    left:0px;
    position:absolute;
    z-index:83;  
    border:1px solid #2b2e2f;
    margin:0px;
}

.episodelist li a.thumb:hover
{
   color:#FFFFFF;
}

.episodelist li a.thumb:hover img
{  
    border:solid 1px #FF0000;
    margin:0px;
}

.episodelist li a.thumb div
{
    position:absolute;
    top:95px;
    left:0px;
    width:120px;
    height:27px;
    overflow:hidden;
}


#carousel-tooltip{
	position:absolute;
	padding:8px 10px;
	color:#fff;
	display:none;
	z-index:9999999;
	background:#9B9B9B;
    border:solid 1px #666;
    height:120px;
    width:200px;
}	

#carousel-tooltip h2
{
    color:#fff;
    text-decoration:none !important;
    text-transform:uppercase;
    font:13px/22px verdana;
}

#carousel-tooltip p
{
    color:#fff;
    text-decoration:none !important;
    line-height:15px;
    font-size:11px;
}
