.jcarousel-container{}
.jcarousel-container-horizontal{width:174px;padding:0 20px;}
.jcarousel-container-vertical{width:75px;height:245px;padding:40px 20px;}
.jcarousel-clip-horizontal{width:174px;}
.jcarousel-clip-vertical{width:75px;height:245px;}
.jcarousel-item{width:114px;}
.jcarousel-item-horizontal{text-align:center;}
.jcarousel-item-vertical{margin-bottom:10px;}
.jcarousel-item-placeholder{background:#fff;color:#000;}
/**
* Horizontal Buttons
*/
.jcarousel-next-horizontal{position:absolute;top:50%;margin-top:-8.5px;right:5px;width:9px;height:17px;cursor:pointer;background:transparent url('../img/jcarousel/next.gif') no-repeat 0 0;}
.jcarousel-next-horizontal:hover{}
.jcarousel-next-horizontal:active{opacity:0;}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active{cursor:default;opacity:0;}
.jcarousel-prev-horizontal{position:absolute;top:50%;margin-top:-8.5px;left:5px;width:9px;height:17px;cursor:pointer;background:transparent url('../img/jcarousel/prev.gif') no-repeat 0 0;}
.jcarousel-prev-horizontal:hover{}
.jcarousel-prev-horizontal:active{opacity:0;}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active{cursor:default;opacity:0;}
/**
* Vertical Buttons
*/
.jcarousel-next-vertical{position:absolute;bottom:5px;left:43px;width:32px;height:32px;cursor:pointer;background:transparent url(next-vertical.png) no-repeat 0 0;}
.jcarousel-next-vertical:hover{background-position:0 -32px;}
.jcarousel-next-vertical:active{background-position:0 -64px;}
.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active{cursor:default;background-position:0 -96px;}
.jcarousel-prev-vertical{position:absolute;top:5px;left:43px;width:32px;height:32px;cursor:pointer;background:transparent url(prev-vertical.png) no-repeat 0 0;}
.jcarousel-prev-vertical:hover{background-position:0 -32px;}
.jcarousel-prev-vertical:active{background-position:0 -64px;}
.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active{cursor:default;background-position:0 -96px;}

