/*
 * stylesheet for gesine-schwan.de
 * jcarousel lists
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20081218 bms
 * lastmodified: 20081218 bms
 */


/* ---------------------- */
/* - Horziontale Listen - */
/* ---------------------- */

.jcarousel-container-horizontal{
  position: relative;
  height: 58px;
  width: 470px;
  padding-left: 28px;
  padding-right: 28px;
}

.jcarousel-clip-horizontal{
  overflow: hidden;
}

.jcarousel-item-horizontal{
  width: 122px;
}


.jcarousel-list-horizontal li.last{
  width: 102px;
}



.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
    position:absolute;
    width: 14px;
    height: 59px;
    cursor: pointer;
}

.jcarousel-next-horizontal {
    right:0px;
    background: transparent url(/static/img/spd17/carousel_r.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    left:0px;
    background: transparent url(/static/img/spd17/carousel_l.png) no-repeat 0 0;
}


.jcarousel-prev-disabled-horizontal,
.jcarousel-next-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:active,
.jcarousel-next-disabled-horizontal:active,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:hover{
    background-position: -14px 0;
    cursor: default;
}



