/* HORIZONTAL CAROUSEL start */

.jcarousel-skin-pph {
    background-image: url(../img/pph/horizontal_slider_bck.gif);
    background-repeat: no-repeat;
}

.jcarousel-skin-pph .jcarousel-container-horizontal {
    /*width: 148px;
    height: 326px;*/
    padding: 14px 29px;
}

.jcarousel-skin-pph .jcarousel-clip-horizontal {
   /* width:  700px;*/
    height: 190px;
}

.jcarousel-skin-pph .jcarousel-item {
    width: 245px;
    height: 163px;
}


.jcarousel-skin-pph .jcarousel-item-horizontal {
    margin-right: 2px;
}

.jcarousel-skin-pph .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-pph .jcarousel-prev-horizontal {
    position: absolute;
    top: 14px;
    left: 6px;
    width: 20px;
    height: 163px;
    cursor: pointer;
    background: transparent url(../img/pph/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-pph .jcarousel-next-horizontal {
    position: absolute;
    top: 14px;
    right: 5px;
    width: 20px;
    height: 163px;
    cursor: pointer;
    background: transparent url(../img/pph/next-horizontal.png) no-repeat 0 0;
}

/* HORIZONTAL CAROUSEL end */