.newslides#slides {
	position:relative;
	top:0;
	left:0;
	z-index:100;
	width:330px;
	height:220px;
}
.newslides#slides .prev {
	position:absolute;
	display:block;
	z-index:100;
	background:url(../images/topicarrow.png) -7px -15px;
	top:92px;
	width:30px;
	height:30px;
	*left:0px;
}
.newslides#slides .next{
	position:absolute;
	right:0;
	display:block;
	z-index:100;
	background:url(../images/topicarrow.png) 37px -15px;
	top:92px;
	width:30px;
	height:30px;
}
.newslides#slides a.next:hover {
	background:url(../images/topicarrow_hover.png) 37px -15px;
}
.newslides#slides a.prev:hover {
	background:url(../images/topicarrow_hover.png) -7px -15px;
}
.newslides#slides:hover  a.prev {
	background:url(../images/topicarrow_hover.png) -7px -15px;
}
.newslides#slides:hover a.next {
	background:url(../images/topicarrow_hover.png) 37px -15px;
}
.newslides .slides_container {
	width:330px;
	height:220px;
	overflow:hidden;
	position:relative;
}
.newslides .pagination {
	margin-left:205px;
	padding-left:60px\9;
	height:4px;
	padding:10px 0;
	position: absolute;
	bottom:0px;
	right:5px;
	z-index: 9999;
}
.newslides .pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}
.newslides .pagination li a {
	width:8px;
	height:4px;
	background: #6a6a6a;
	padding-top:4px;
	background-color:#fff;
	float:left;
	overflow:hidden;
	border-radius:50px;
}
.newslides .pagination li.current a {
	background-color:#0b86e4;
	width:8px;
}
/*遮罩层*/
.newslides .caption123 {
	z-index:500;
	position:absolute;
	left:0;
	background: #4197fa;
	opacity: 0.8;
	color:#fff;
	bottom:0;
	height:24px;
	width:100%;
}
.newslides .caption123 p {
	position: absolute;
	left:0;
	top:0;
	height:24px;
	width:200px;
	overflow: hidden;
	line-height:24px;
	padding-left:10px;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
