@charset "gb2312";
.slideTxtBox {
	border-top:2px solid #bf131b;
	text-align:left;
	overflow:hidden;
}
.slideTxtBox .hd {
	height:36px;
	line-height:36px;
	background-color:#f5f5f5;
	border-bottom:1px solid #ddd;
	position:relative;
}
.slideTxtBox .hd ul {
	float:left;
	position:absolute;
	left:3px;
	top:0px;
	height:33px;
}
.slideTxtBox .hd ul li {
	float:left;
	padding:0 15px;
	cursor:pointer;
	font-size:15px;
}
.slideTxtBox .hd ul li.on {
	height:35px;
	background:#fff;
	color:#bf131b;
	font-weight:bold;
}
.slideTxtBox .bd ul {
	padding:10px 5px;
	zoom:1;
}
.slideTxtBox .bd ul span {
	float:right;
	font-size: 12px;
	color: #999;
}
.slideTxtBox .bd li {
	height:30px;
	line-height:30px;
	background-image: url(../images/dot_c.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left:12px;
}

.slideTxtBox .bd li a {
	width:320px;
	display:block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}

.slideTxtBox .jcarousel-wrapper li a {
	width: auto;
}

.slideTxtBox .jcarousel-wrapper li {
	margin-right: 18px;
}

.slideTxtBox .bd li .date {
	float:right;
	color:#999;
}
/* 下面是前/后按钮代码*/
.slideTxtBox .arrow {
	position:absolute;
	right:10px;
	top:0;
}
.slideTxtBox .arrow a {
	display:block;
	width:5px;
	height:9px;
	float:right;
	margin-right:5px;
	margin-top:14px;
	overflow:hidden;
	cursor:pointer;
	background:url("imagesarrow.png") 0 0 no-repeat;
}
.slideTxtBox .arrow .next {
	background-position:0 -50px;
}
.slideTxtBox .arrow .prevStop {
	background-position:-60px 0;
}
.slideTxtBox .arrow .nextStop {
	background-position:-60px -50px;
}