.jcarousel-container { margin-left: 112px; background: #000; }
.jcarousel-container-horizontal { width: 720px; padding: 40px; }
.jcarousel-clip-horizontal { width: 720px; height: 100px; }
.jcarousel-item { width: 140px; height: 100px; }
.jcarousel-item-horizontal { margin: 0 10px 0 20px; }
.jcarousel-item-placeholder { background: #fff; color: #000; }

/* Horizontal Buttons */
.jcarousel-prev-horizontal { position: absolute; top: 60px; left: -30px; width: 62px; height: 55px; cursor: pointer; background: transparent url(../images/prev.png) no-repeat -62px 0; }
.jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: 0 0; }
.jcarousel-next-horizontal { position: absolute; top: 60px; right: -30px; width: 62px; height: 55px; cursor: pointer; background: transparent url(../images/next.png) no-repeat -62px 0; }
.jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: 0 0; }
