/* ***** ProduktKarussell ***** */
/* The surrounding div and carousel-item _contents_ are defined here.
   See the stylesheet jquery.jcarousel.css for jcarousel-specific definitions (the format)
*/
#produktKarussellDiv {
  clear:both;
  padding:15px 0px;
  width:377px;
  color:#556677;
  text-align:left;
  vertical-align:middle;
}

#produktKarussellDiv li {
  list-style: none;
  padding-left:0px;
  padding-right:0px;
}


/**
 * All these styles are applied automatically by the jcarousel script .
 *
 * 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;
}

/**
 * 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-container-horizontal {
	  width:377px; /* 568-15-15 */
	  height:450px;/*260px;*/
    /*padding: 0px 19px;*/
    padding: 0;
}

.jcarousel-clip-horizontal {
    width:  377px;
    height: 450px;/*260px;*/

}

.jcarousel-item {
    float: left;
    list-style: none;
    width: 377px;/*171px;*/
    height: 450px;/*256px;*/

}

.jcarousel-item .jcarousel-stop {
    height: 150px;
    background: #e4ebf3;
    width: 377px;
}

.jcarousel-item .jcarousel-stop img {
    margin: 15px 0 0 90px;
}

.jcarousel-item .textblock {
    height: 130px;
    padding: 0 20px 0 0px;
}

.jcarousel-item .textblock p {
    
}

/* Korrektur fuer IE6 wegen Border */
/** html .jcarousel-item-horizontal {
    margin-right: 0px;
}*/


.jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-item-placeholder {
}

/**
 *  Buttons (Horizontal)
 */
 .jcarousel-next-horizontal {
    position: absolute;
    top: 130px;
    right: 0px;
    width: 26px;
    height: 150px;
    cursor: pointer;
    background: transparent url(../img/button_right.jpg) no-repeat 0 0;
}

 .jcarousel-next-horizontal:hover {
    background: transparent url(../img/button_right.jpg) no-repeat 0 0;
}

 .jcarousel-next-horizontal:active {
    background: transparent url(../img/button_right.jpg) no-repeat 0 0;
}

 .jcarousel-next-disabled-horizontal,
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../img/button_right.jpg) no-repeat 0 0;
}

 .jcarousel-prev-horizontal {
    position: absolute;
    top: 130px;
    left: 0px;
    width: 26px;
    height: 150px;
    cursor: pointer;
    background: transparent url(../img/button_left.jpg) no-repeat 0 0;
}

 .jcarousel-prev-horizontal:hover {
    background: transparent url(../img/button_left.jpg) no-repeat 0 0;
}

 .jcarousel-prev-horizontal:active {
    background: transparent url(../img/button_left.jpg) no-repeat 0 0;
}

 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../img/button_left.jpg) no-repeat 0 0;
}