.Banner .banner {position: relative;}
.Banner .banner .info {position:absolute; top: 50px; left:10px; color:#fff; background-color: #ccc; display:block; width: 150px;}
.jcarousel-skin .jcarousel-container {overflow:hidden;}
.jcarousel-skin .jcarousel-direction-rtl { direction: rtl; }
.jcarousel-skin .jcarousel-clip { overflow: hidden; }
.jcarousel-skin .jcarousel-item .banner {position:relative;}
.jcarousel-skin .jcarousel-item .banner .info {position:absolute;}
.jcarousel-skin .jcarousel-item-placeholder {background: #fff; color: #000; }

/* Image */
.jcarousel-skin .jcarousel-item img {margin:0; padding:0; border:0; }

/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {position: absolute; top: 5px; right: 5px; width: 32px; height: 32px; cursor: pointer; background: transparent url(next-horizontal.png) no-repeat 0 0; }
.jcarousel-skin .jcarousel-direction-rtl .jcarousel-next-horizontal {left: 5px; right: auto; background-image: url(prev-horizontal.png); }
.jcarousel-skin .jcarousel-prev-horizontal { position: absolute; top: 5px; left: 5px; width: 32px; height: 32px; cursor: pointer; background: transparent url(prev-horizontal.png) no-repeat 0 0; }
.jcarousel-skin .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto;right: 5px;background-image: url(next-horizontal.png); }

/**
 *  Vertical Buttons
 */
.jcarousel-skin .jcarousel-next-vertical {position:absolute;bottom:5px;left:5px;width:32px;height:32px;cursor:pointer;background:transparent url(next-vertical.png) no-repeat 0 0;}
.jcarousel-skin .jcarousel-prev-vertical {position:absolute;top:5px;left:5px;width:32px;height:32px;cursor:pointer;background:transparent url(prev-vertical.png) no-repeat 0 0;}

.jcarousel-control{margin:auto;}
.jcarousel-control .pul{cursor:pointer;float:left;width:11px;height:11px;margin-right: 3px;background:transparent url(bt.png) no-repeat -11px 0;}
.jcarousel-control .cur{background:transparent url(bt.png) no-repeat 0 0;}