.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;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	/*width: 100px;
	height: 120px;*/
}
.jcarousel-list li, .jcarousel-item, .jcarousel-skin-phpmelody .jcarousel-item 
{
    width: 120px;
}
/**
 * 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;
}
.jcarousel-skin-phpmelody .jcarousel-container {
	/*-moz-border-radius: 12px;
	background: #F0F6F9;
	border: 1px solid #346F97;
	*/
}
.jcarousel-skin-phpmelody .jcarousel-container-horizontal {
	width:  400px;
	padding: 20px 0px;
	margin: 0 auto;
}
/*
.jcarousel-skin-phpmelody .jcarousel-clip-horizontal {
	width:  350px;
	-----height: 100px;
}*/
/*
.jcarousel-skin-phpmelody .jcarousel-item {
	 The item's style is defined by "#playingnow"; style.css 
}
.jcarousel-skin-phpmelody .jcarousel-item-horizontal {
}*/

 /*  Horizontal Buttons*/
 
.jcarousel-skin-phpmelody .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: -30px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/2.gif) no-repeat 0 0; 
}
.jcarousel-skin-phpmelody .jcarousel-next-horizontal:hover {
    background: transparent url(images/2b.gif) no-repeat 0 0;
}
.jcarousel-skin-phpmelody .jcarousel-next-horizontal:active {
     background: transparent url(images/2b.gif) no-repeat 0 0;
}
.jcarousel-skin-phpmelody .jcarousel-next-disabled-horizontal,
.jcarousel-skin-phpmelody .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-phpmelody .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-phpmelody .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: -30px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/1.png) no-repeat 0 0;

}
.jcarousel-skin-phpmelody .jcarousel-prev-horizontal:hover {
   background: transparent url(images/1b.png) no-repeat 0 0; 
}
.jcarousel-skin-phpmelody .jcarousel-prev-horizontal:active {
    background: transparent url(images/1b.png) no-repeat 0 0; 
}
.jcarousel-skin-phpmelody .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-phpmelody .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-phpmelody .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
