/*调整整体位置，大小*/
#center {
	background:#FFFFFF;left:930px; top:300px; position: absolute; z-index: 2;
}
/*调整图片外框大小*/
#slider {
	background:#FFFFFF;  left: -430px; top: -186px; width: 900px; height: 485px; overflow: hidden; position: absolute;
}
#slider .slide {
	background:#000000; left: 22px; top: 0px; width: 900px; height: 485px; text-align: right; overflow: hidden; border-left-color:#FFFFFF; border-left-width: 1px; border-left-style: solid; position: absolute; z-index: 10; cursor: default;
}
#slider .title {margin-top: 40px;
	color: rgb(255, 136, 0); font-size: 1.2em; font-weight: bold; text-decoration:overline; margin-right: 1.5em;position: relative;overflow: visible;
}
#slider .text {
	background:#FFFFFF; 
	left: 10px; top: 100%; width: 470px; text-align: justify; color:#13F709; font-family: verdana, arial, Helvetica, sans-serif; font-size: 0.9em; display: none; position:relative;
}
#slider .diapo {
	visibility: visible; position:relative;
}
#apDiv1 {
	left: 0px; top: 0px; width: 820px; height: 30px; overflow: hidden; position: absolute; z-index: 1; background-color:aliceblue;
}
#apDiv2 {
	left: -429px; top: 216px; width: 860px; height: 35px; overflow: hidden; position: absolute; z-index: 3;
}
.pagenext {
	width: 820px; height: 37px; position: relative;
}
a.pn:link {
	font: 12px; top: 15px; width: 47px; right: 33px; color: rgb(102, 102, 102); text-decoration: none; position: absolute; z-index: 4; font-size-adjust: none; font-stretch: normal;
}
a.pn:visited {
	font: 12px; top: 15px; width: 47px; right: 33px; color: rgb(102, 102, 102); text-decoration: none; position: absolute; z-index: 4; font-size-adjust: none; font-stretch: normal;
}
a.pn:hover {
	color: rgb(255, 255, 255);
}
a.pn:active {
	color: rgb(255, 255, 255);
}
a {
	color: rgb(0, 0, 0); font-size: 12px;
}
a:link {
	color: rgb(255, 255, 255); text-decoration: none;
}
a:visited {
	color: rgb(255, 255, 255); text-decoration: none;
}
a:hover {
	color: rgb(255, 255, 255); text-decoration: underline;
}
a:active {
	color: rgb(255, 255, 255); text-decoration: none;
}
