/* @override http://www.trade-winds.be/_preview/_carousel.css */

.jcarousel-container {width:576px;}
.jcarousel-container-horizontal {width:576px; padding:0px; margin:0;}
.jcarousel-clip-horizontal {width:562px; height:100px;}
.jcarousel-item {height:100px;}
.jcarousel-item:hover {cursor:pointer;}
.jcarousel-item-horizontal {margin-right:7px;}
.jcarousel-item-placeholder {}


.jcarousel-next-horizontal {position:absolute; top:0px; right:0px; width:14px; height:100px; cursor:pointer; background:transparent url(images/carousel/next-horizontal2.png) no-repeat 0 0;}
.jcarousel-next-horizontal:hover {background-position:-14px 0;}
.jcarousel-next-horizontal:active {background-position:-28px 0;}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {cursor:default; background-position:-42px 0;}
.jcarousel-prev-horizontal {position:absolute; top:0px; left:0px; width:14px; height:100px; cursor:pointer; background:transparent url(images/carousel/prev-horizontal2.png) no-repeat 0 0;}
.jcarousel-prev-horizontal:hover {background-position:-14px 0;}
.jcarousel-prev-horizontal:active {background-position:-28px 0;}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {cursor:default; background-position:-42px 0;}
