.jcarousel-list a,
.jcarousel-list img,
.jcarousel-list span,
.jcarousel-list div,
.jcarousel-list li,
#scrollbox_element{
	float:left;
	padding:0px;
	margin:0px;
}

.jcarousel-list a {
	
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-container {
    position: relative;
    padding: 0px 40px;
}

.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-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 69px;
    /*/height: 100px;/**/
}

.jcarousel-list li{
	margin-right: 35px;
}

/**
 * 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;
	background:red;
	height:10px;
	width:10px;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
	background:blue;
	height:10px;
	width:10px;
}
*/
.jcarousel-next-horizontal {
  z-index: 3;
  background: transparent url(../../../../fileadmin/css/Jollybooks/css/images/scroll_right.gif) no-repeat;
  cursor:pointer;
  height:100%;
  width:16px;
  position:absolute;
  right:0px;
}

.jcarousel-next:hover {
	background-position:-16px 0pt;	
}

.jcarousel-prev:hover {
	background-position:-16px 0pt;	
}

.jcarousel-prev-horizontal {
  z-index: 3;
  background: transparent url(../../../../fileadmin/css/Jollybooks/css/images/scroll_left.gif) no-repeat;
  cursor:pointer;
  height:100%;
  width:16px;
  position:absolute;
  left:0px;
}
/*
.jcarousel-next-disabled-horizontal {
	background:none;	
}

.jcarousel-prev-disabled-horizontal {
	background:none !important;	
}
*/
/*
#col3_scrollbox{
	overflow:visible;
}*/