.slides {
	z-index:1;
	position:relative;
	overflow:hidden;
	width:960px;
	height:346px;
}

.slide-pic {
	margin:0; 
	padding:0; 
	overflow:hidden;
	width:960px;
}
.slide-pic img {
	width:960px;
	height:345px;
	border:0px;
}
.slide-pic li {
	display:none;
}
.slide-pic li.cur {
	display:block;
}
.slide-li {
	list-style: none;
	position:absolute;
	margin:0; 
	padding:0;
	left:0;
	bottom:0;
}
.slide-li li {
	float:left;
	width:319px;
	height:28px;
	line-height:28px;
	margin-right:1px;
	text-align:center;
	
}
.slide-li a {
	display:block;
	width:319px;
	height:28px;
	font-size:14px;
	color:#fff;
}
.slide-li .cur a, .slide-li a:hover {
	color:#333;
	text-decoration:none;
	font-size:14px;
}
.op li {
	background: #666;
	opacity: 0.4; filter:alpha(opacity = 40); 
	bottom:0;
}
.op li.cur {
	background: #ffffff;
	opacity: 0.6; filter:alpha(opacity = 60); 
	bottom:0;
}
.slide-txt span {
	display:none;
}

