.jcarousel-container {}

.jcarousel-container-horizontal {padding:0 0 0 0 }


.jcarousel-clip-horizontal {width:550px;}


.jcarousel-item { width:70px }
.jcarousel-item a {  }

.jcarousel-item-horizontal {margin:0 11px}


.jcarousel-item-placeholder {background: #fff; color: #000;}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {position: absolute; right:-10px; top:34px; width:10px; height: 22px; 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 -22px;}

.jcarousel-prev-horizontal {position: absolute; top: 34px; left:-10px; width: 10px; height: 22px; 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 -22px;}


