body
{
	font-family: courier new,verdana,arial,sans-serif;
	background-color: #FFFFFF;
}



.container {
	
	width: 1024px;
	margin: 0 auto;
	background: #FAFAFA;
}


#page_title
{
	
	font-size: 28px;
	font-family: courier new,verdana,arial,sans-serif;
	padding:15px;

}


#link{ 
		font-size: 18px;
		text-align:right;
		border-bottom:1px dashed #444;
		border-top:1px dashed #444;

} 


ul {
		list-style-type: none;
		padding-right: 25px;
}

li {
		display: inline;
		padding: 10px;
		
}


a:link {color:#000000; text-decoration:none;}		/* 未被访问的链接 text-decoration:none;*/
a:visited {color:#000000;text-decoration:none;}	/* 已被访问的链接 */
a:hover {color:#DC1918;text-decoration:none;}	/* 鼠标指针移动到链接上 */
a:active {color:	#DC1918;text-decoration:none;}	/* 正在被点击的链接 */


.imageRotation{
	height:650px;
	width:1024px;
	overflow:hidden;  /*--超出容器的所有元素都不可见--*/
	position:relative;  /*--相对定位--*/
	/* border-radius:5px;
	 */
	
/* 	-webkit-border-radius:5px;
	-moz-border-radius:5px; */
	padding-top:5px;
	}

.imageBox{
	position:relative;  /*--固定定位--*/
	height:600px;
	top:0px;
	left:0px;
	overflow:hidden;
	
	}
.imageBox img {
	display:block;
	height:600px;
	width:1024px;
	float:left;
	border:none;
	}

.icoBox{
	position:relative;  /*--固定定位--*/
	bottom:0px;
	width:1024px;
	height:35px;
	text-align:center;
	line-height:40px;
	padding-top: 5px;
	}
.icoBox span{
	display:block;
	float:left;
	height:17px;
	width:35px;
	margin-left:5px;
	overflow:hidden;
	background:url("../pics/ico.png") 0px 0px no-repeat;
	cursor:pointer;
	}
.icoBox span.active {
	background-position:0px -17px;
	cursor:default;
	}
	
	
	
	

#info {
	text-align:right;
	font-size:10px;
	color: #252525;
	font-family: verdana,arial,sans-serif;
	padding-right: 5px;
} 

