.b-news .jcarousel-container-horizontal { width: 990px; }
.b-news .jcarousel-clip-horizontal { width: 990px; }

.b-news .jcarousel-item, .b-news .jcarousel-list LI { width: 210px; height: 150px; }

.b-news .jcarousel-next-horizontal {
	position: absolute;
	top: 80px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../img/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: -30px 0; }
.b-news .jcarousel-prev-horizontal {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../img/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: -30px 0; }


.b-news { margin-top: 0px; background: #eee; }
.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; }