.jcarousel-container { /*border: 1px solid #346F97;*/ }
.jcarousel-container-horizontal { width: 342px; padding: 0px; margin: 0 auto; }
.jcarousel-clip-horizontal { width:  258px; height: 65px; margin: 0 auto; }
.jcarousel-item { width: 80px; height: 60px; }
.jcarousel-item-horizontal { margin: 0px 6px; }
.jcarousel-item-placeholder { background: #fff; color: #000; }


/**
 *  Horizontal Buttons
 */
 
.jcarousel-next-horizontal { position: absolute; top: 20px; right: 9px; width: 16px; height: 16px; cursor: pointer; background: transparent url(next-horizontal-news.png) no-repeat 0 0; }
.jcarousel-next-horizontal:hover { background-position: -16px 0; }
.jcarousel-next-horizontal:active { background-position: -32px 0; }
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -48px 0; }

.jcarousel-prev-horizontal { position: absolute; top: 20px; left: 9px; width: 16px; height: 16px; cursor: pointer; background: transparent url(prev-horizontal-news.png) no-repeat 0 0; }
.jcarousel-prev-horizontal:hover { background-position: -16px 0; }
.jcarousel-prev-horizontal:active { background-position: -32px 0; }
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -48px 0; }

