div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 900px; 
	overflow: hidden;
	border:0px solid #cccccc;
	background-color:#efeff0;
	margin-left:24px;
	margin-right:auto;
    line-height: 1.2;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:900px;
		height:1256px;
		overflow:hidden;
		float:left;
		font-family: Verdana, Arial, Helvetica, sans-serif, "ËÎÌå";
		font-size: 12px;	
		line-height: 120%;	
		padding:1em;
		}
	div.scroller div.content {
		width: 200000px;
		}

	div#section2 {
		color:#ffffff;
		}
		
     div#section1 {
		line-height: 1.5;
		font-family: Verdana, Arial, Helvetica, sans-serif, "ËÎÌå";
		font-size: 12px;	
		line-height: 120%;	
	    margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		}
		
.biaoge {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ËÎÌå";
	font-size: 12px;
	font-style: normal;
	line-height: 1.5px;
	color: #280000;
	text-decoration: none;
	text-indent: 4px;
	border: 1px solid #666666;
}
		
			