/*
 * stylesheet for hartplatzhelden.de
 * jcarousel lists
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080430 bms
 * lastmodified: 20080430 bms
 */


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

.jcarousel-container-horizontal{
  position: relative;
  height: 142px;
}

.jcarousel-clip-horizontal{
  overflow: hidden;
  padding-left: 18px;
}

.jcarousel-item-horizontal{
  width: 120px;
/*  display: inline; */
  margin-right: 3px !important;
}

.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
    position:absolute;
    /*top:1px;*/
    top: 2px;
    width: 16px;
    height: 138px;
    cursor: pointer;
}

.jcarousel-next-horizontal {
    right:0px;
    background: transparent url(/static/img/hph11/jc_btn_next.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    left:0px;
    background: transparent url(/static/img/hph11/jc_btn_prev.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover,
.jcarousel-next-horizontal:hover {
    background-position: -16px 0;
}

.jcarousel-prev-horizontal:active,
.jcarousel-next-horizontal:active {
    background-position: -32px 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: -48px 0;
    cursor: default;
}
