﻿.jcarousel-clip { overflow: hidden;}
.prev { float: left; margin: 0 5px 0 45px; cursor: pointer;}
.next { float: left; cursor: pointer;}

/*.jcarousel-clip-horizontal{ width: 164px; }*/
.jcarousel-container { margin: 0 auto; width: 164px; }
.jcarousel-container-horizontal { width: 164px; height: 87px; padding:8px 0; background: url('/images/structure/bg-carousel.png') top left no-repeat; margin-top:3px; }

.jcarousel-item { width: 164px; height: 87px; background:transparent; padding:0; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 17px; list-style-image: none; }

/* -- Buttons -- */
.jcarousel-next-horizontal { position: absolute; top: 34px; right: -25px; width: 19px; height: 20px; cursor: pointer; background: transparent url('/images/buttons/next.png') no-repeat 0 0; }
.jcarousel-next-horizontal:hover { background-position:0 -20px; }

.jcarousel-prev-horizontal { position: absolute; top: 34px; left: -25px; width: 19px; height: 20px; cursor: pointer; background: transparent url('/images/buttons/prev.png') no-repeat 0 0;}
.jcarousel-prev-horizontal:hover { background-position:0 -20px; }

.jcarousel-clip{ overflow:hidden; }