.b-slider .jcarousel-container-horizontal { width: 100%; }
.b-slider .jcarousel-clip-horizontal { width: 100%; height: 277px; }
.b-slider .jcarousel-item, .b-slider .jcarousel-list LI { width: 250px; height: 277px; position: relative; }
.b-slider .jcarousel-item-placeholder { background: #fff; color: #000; }
.b-slider .jcarousel-next-horizontal {
	position: absolute;
	top: 81px;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}
.b-slider .jcarousel-next-disabled-horizontal,
.b-slider .jcarousel-next-disabled-horizontal:hover,
.b-slider .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -30px 0; }
.b-slider .jcarousel-prev-horizontal {
	position: absolute;
	top: 81px;
	left: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}
.b-slider .jcarousel-prev-disabled-horizontal,
.b-slider .jcarousel-prev-disabled-horizontal:hover,
.b-slider .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -30px 0; }