@charset "utf-8";
/* CSS Document */

.jcarousel-skin-gray .jcarousel-direction-rtl { direction: rtl; }
.jcarousel-skin-gray .jcarousel-container-horizontal { width: 380px; padding: 0px 40px; margin:0 auto}
.jcarousel-skin-gray .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-gray .jcarousel-clip-horizontal { width: 380px; height: 71px; overflow:hidden; margin:0 auto}
.jcarousel-skin-gray .jcarousel-item { width: 95px; height: 71px; overflow:hidden; }
.jcarousel-skin-gray .jcarousel-item { _overflow:hidden; } /* ie6 */
.jcarousel-skin-gray .jcarousel-item-horizontal { margin: 5px;}
.jcarousel-skin-gray .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 0px; margin-right: 0; }
.jcarousel-skin-gray .jcarousel-item img { width: 95px; height: 71px;}
.jcarousel-skin-gray .jcarousel-item-vertical { margin-bottom: 10px; }
.jcarousel-skin-gray .jcarousel-item-placeholder { background: #fff; color: #000; }
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-gray .jcarousel-next-horizontal { position: absolute; top: 50%; right: 0px; width: 40px; height: 48px; margin-top: -24px; cursor: pointer; background: url(righton.png) no-repeat right center;}
.jcarousel-skin-gray .jcarousel-next-horizontal:hover { background: url(righton.png) no-repeat right center;}
.jcarousel-skin-gray .jcarousel-next-horizontal.jcarousel-next-disabled {background: url(right.png) no-repeat right center}
.jcarousel-skin-gray .jcarousel-prev-horizontal { position: absolute; left: 0px; top:50%; width: 40px; height: 48px; margin-top: -24px; cursor: pointer; background: url(lefton.png) no-repeat left center;}
.jcarousel-skin-gray .jcarousel-prev-horizontal:hover { background: url(lefton.png) no-repeat left center; }
.jcarousel-skin-gray .jcarousel-prev-horizontal.jcarousel-prev-disabled {background: url(left.png) no-repeat right center;}

