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


/* Задаем размер одного блока */
.b-news .jcarousel-item, .b-news .jcarousel-list LI { width: 100px; height: 40px; }


/* Задаем внешний вид и расположение кнопок управления */
.b-news .jcarousel-next-horizontal {
	position: absolute;
	top: 12px;
	right: 1px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: transparent url(http://be-mag.ru/js/btn_next.gif) no-repeat 0 0;
}
.b-news .jcarousel-next-disabled-horizontal,
.b-news .jcarousel-next-disabled-horizontal:hover,
.b-news .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -15px 0; }
.b-news .jcarousel-prev-horizontal {
	position: absolute;
	top: 12px;
	left: 1px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: transparent url(http://be-mag.ru/js/btn_prev.gif) no-repeat 0 0;
}
.b-news .jcarousel-prev-disabled-horizontal,
.b-news .jcarousel-prev-disabled-horizontal:hover,
.b-news .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -15px 0; }


/* Немного красивостей :) */
.b-news .picture { padding: 10px 0 0 5px; }
.b-news .title { font-weight: bold; padding-left: 5px; }
.b-news .desc { color: #666; font-size: 11px; padding: 1px 0 0 5px; }
