/*------------------------------- 资讯二级页面滚动图片用 -------------------------------*/
#slides {
	position: absolute; z-index: 100;
}
#slides .next {
	left: 1px; top: 150px; width: 57px; height: 62px; display: block; position: absolute; z-index: 101;
}
#slides .prev {
	left: 1px; top: 150px; width: 57px; height: 62px; display: block; position: absolute; z-index: 101;
}
.slides_container {
	width: 660px; height: 350px; overflow: hidden; position: relative;
}
.slides_control img {
	width: 660px; height: 350px;
}
#slides .next {
	left: 625px;
}
#slides .next img {
	opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4;
}
#slides .prev img {
	opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4;
}
#slides .next img:hover {
	opacity: 0.6; -moz-opacity: 0.6; -khtml-opacity: 0.6;
}
#slides .prev img:hover {
	opacity: 0.6; -moz-opacity: 0.6; -khtml-opacity: 0.6;
}

.caption {
	background: rgb(0, 0, 0); padding: 8px 20px 0px; left: 0px; width: 660px; height: 80px; bottom: 0px; color: rgb(255, 255, 255); line-height: 1.33; font-size: 1.3em; position: absolute; z-index: 100; opacity: 0.60; text-shadow: none; -moz-opacity: 0.60; -khtml-opacity: 0.60;
}
.caption a {
	color: rgb(242, 242, 242);
	text-decoration:none;
}
.caption a:active,.caption a:hover {
	color: rgb(255, 255, 255);
	text-decoration:none;
}
.caption a:visited {
	color: rgb(242, 242, 242);
	text-decoration: none;
}

.caption h2 {
	font: 18px/24px "微软雅黑"; width: 625px; padding-bottom: 5px; font-size-adjust: none; font-stretch: normal;	
}
.caption p {
	font: 12px/18px "微软雅黑"; width: 625px; font-size-adjust: none; font-stretch: normal;
}
.pagination {
    display: none;
    float: right;
    position: relative;
    top: -290px;
    width: 100px;
    z-index: 200;
}