  
ul {    
	list-style: outside none none;   
}   
.news-panel img, .news-extra {    
	width:300px;    height:225px;   
}   
.img-news {    
	text-align: center;     position: relative;  
}   
.news-panel, .news-nav, .news-pre, .news-next {    
	position: absolute;    z-index: 8;   
}   
.news-panel {    
	position: absolute;   
}   
.news-panel img {    
	border: none;   
}   
.news-panel .news-title{
	width:100%;
	height:30px;
	position:absolute;
	bottom:0px;
	left: 0px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	color:#fff;
	line-height:30px;
	overflow:hidden;
}
.news-extra {
	position: relative;   
}   
.news-nav {
	width: 300px;
	height: 16px;
	text-align:center;
	line-height:16px;
	z-index:99;
	position:absolute;
	bottom:35px;
}   
.news-nav li {    
	color: #fff;    
	cursor: pointer;    
	margin: 0 2px;    
	overflow: hidden;
	text-align: left;
	float:left;
	width: 16px;
	height: 16px;
	font-size:12px;
	text-align:center;
	line-height:12px;
	background-color:rgba(0,0,0,0.5);
}   
.news-nav .news-item-selected {
	background-color:#036dee;
}
.news-nav .news-item-selected a{
	color: blue;
}
.news-page a{
	background: rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
	color: #fff;
	text-align: center;
	display: block;
	font-family: "simsun";
	font-size: 40px;
	width: 30px;
	height: 100px;
	line-height: 100px;
	margin-top: 0px;
	position: absolute;    
	top: 32%;   
}   
.news-page a:HOVER {    
	background: rgba(0, 0, 0, 0.4);    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}   
.news-next {    
	left: 100%;    
	margin-left: -30px;   
}  