/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#playlist_css .jcarousel-container {
    position: relative;
}

#playlist_css .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#playlist_css .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 4px 0;
}

#playlist_css .jcarousel-list li,
#playlist_css .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 102px;
    height: 33px;
    display:block;
    color:#bdd8d9;
		font-size:18px;
}

/*.jcarousel-list li a{
	width: 102px;
	height: 33px;
	display:block;
	color:#bdd8d9;
	font-size:18px;
}*/



/**

 * 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".
 */
#playlist_css .jcarousel-next {
    z-index: 3;
    display: none;
}

#playlist_css .jcarousel-prev {
    z-index: 3;
    display: none;
}

#playlist_css .jcarousel-container-horizontal {
    width: 510px;
    height:70px;
    margin-top:8px;
   /* margin:10px 0 10px 4px;*/
    padding:0 70px;
    background:transparent url('/styles/images/radio/playlist/bg_slide.png') no-repeat top center;
}

#playlist_css .jcarousel-container-vertical {
    width: 75px;
    height: 50px;
    padding: 40px 20px;
}

#playlist_css .jcarousel-clip-horizontal {
    width:  508px;
    height: 50px;
    line-height: 56px;
    padding:2px 5px;
    /*background:transparent url('/styles/images/galerie/slider/bg_wrapper.png') no-repeat top left;*/
}

#playlist_css .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

#playlist_css .jcarousel-item-horizontal {
    margin-right: 8px;
}

#playlist_css .jcarousel-item-vertical {
    margin-bottom: 10px;
}

#playlist_css .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#playlist_css .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('/styles/images/index/artiste_une/arrD.png') no-repeat top left;
}

#playlist_css .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('/styles/images/index/artiste_une/arrG.png') no-repeat top right;
}

#playlist_css .jcarousel-prev-disabled-horizontal, #playlist_css .jcarousel-prev-disabled-horizontal:hover, #playlist_css .jcarousel-prev-disabled-horizontal:active {
   opacity:0.1;
}

#playlist_css .jcarousel-next-disabled-horizontal, #playlist_css .jcarousel-next-disabled-horizontal:hover, #playlist_css .jcarousel-next-disabled-horizontal:active {
   opacity:0.1;
}