.jcarousel-container {}

.jcarousel-container-horizontal {padding:10px 20px 10px 20px; border:1px solid #E8E8E8}


.jcarousel-clip-horizontal {width:330px; height: 80px}


.jcarousel-item {}

.jcarousel-item-horizontal {margin-right: 10px}


.jcarousel-item-placeholder {background: #fff; color: #000;}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {position: absolute; right:-12px; top:23px; width:29px; height: 47px; cursor: pointer;
    background: transparent url(../images/global/rightscroll.gif) no-repeat 0 0;}

.jcarousel-next-horizontal:hover {background-position: 0px 0;}

.jcarousel-next-horizontal:active {background-position: 0px 0;}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default; background-position: 0px 0;}

.jcarousel-prev-horizontal {position: absolute; top: 23px; left: 2px; width: 16px; height: 47px; cursor: pointer;
    background: transparent url(../images/global/leftscroll.gif) no-repeat 0 0;}
.jcarousel-prev-horizontal:hover {background-position: 0px 0;}

.jcarousel-prev-horizontal:active {background-position: 0px 0;}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default; background-position: 0px 0;}

