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

/* Задаем размер одного блока */
.rate .jcarousel-item, .rate .jcarousel-list LI { position:relative; width: 152px; height: 89px; margin-left:0px;margin-right:80px;font-size:2.5em;color:rgb(161,204,58);}

/* Задаем внешний вид и расположение кнопок управления */
.rate .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 15px;
    width: 14px;
    height: 19px;
    cursor: pointer;
    background: transparent url(../images/vRateNext.gif) no-repeat 0 0;
}
/*
.rate .jcarousel-next-disabled-horizontal,
.rate .jcarousel-next-disabled-horizontal:hover,
.rate .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -30px 0; }*/
.rate .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 15px;
    width: 14px;
    height: 19px;
    cursor: pointer;
    background: transparent url(../images/vRatePrev.gif) no-repeat 0 0;
}
/*
.rate .jcarousel-prev-disabled-horizontal,
.rate .jcarousel-prev-disabled-horizontal:hover,
.rate .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -30px 0; }*/