.jcarousel-container{padding-top: 0px;padding-left: 17px;padding-right:17px;padding-bottom:0px;}
.jcarousel-clip{height: 116px;width:678px;}
.jcarousel-list{height: 116px;width:678px;}
.jcarousel-list li{width: 226px;height: 116px;margin-right: 0px;}
.jcarousel-item-placeholder{background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;}
/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal{position: absolute;top: -27px;right: 0px;width: 17px;height: 127px;cursor: pointer;background: transparent url(/images/carousel-right.gif) no-repeat 0 0;}
.jcarousel-next-horizontal:hover{background: transparent url(/images/carousel-right-on.gif) no-repeat 0 0;}
.jcarousel-next-horizontal:active{ background: transparent url(/images/carousel-right-on.gif) no-repeat 0 0;}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active{cursor: default;background: transparent url(/images/carousel-right-dis.gif) no-repeat 0 0;}
.jcarousel-prev-horizontal{position: absolute;top: -27px;left: 0px;width: 17px;height: 127px;cursor: pointer;background: transparent url(/images/carousel-left.gif) no-repeat 0 0;}
.jcarousel-prev-horizontal:hover{background: transparent url(/images/carousel-left-on.gif) no-repeat 0 0;}
.jcarousel-prev-horizontal:active{background: transparent url(/images/carousel-left-on.gif) no-repeat 0 0;}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active{cursor: default;background: transparent url(/images/carousel-left-dis.gif) no-repeat 0 0;}
