/* Растягиваем контейнер на 100% по ширине */
#carousel .jcarousel-container-horizontal { width: 100%; }
#carousel .jcarousel-clip-horizontal { width: 100%; }

/* Задаем размер одного блока */
#carousel .jcarousel-item, #carousel .jcarousel-list LI { width: 195px; height: 230px; margin-right:17px}

/* Задаем внешний вид и расположение кнопок управления */
#carousel .jcarousel-next-horizontal {position: absolute;top: 80px;right: -43px;width: 24px;height: 43px;cursor: pointer;background: transparent url(../img/next.png) no-repeat 0 0;}
#carousel .jcarousel-next-disabled-horizontal,
#carousel .jcarousel-next-disabled-horizontal:hover,
#carousel .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -30px 0; }
#carousel .jcarousel-prev-horizontal {position: absolute;top: 80px;left: -43px;width: 24px;height: 43px;cursor: pointer;background: transparent url(../img/prev.png) no-repeat 0 0;}
#carousel .jcarousel-prev-disabled-horizontal,
#carousel .jcarousel-prev-disabled-horizontal:hover,
#carousel .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -30px 0; }

