@charset "utf-8";
#banner
	{
	width:986px;
	margin:0px auto;
	height:480px;
	overflow:hidden;
	z-index:1;
	}
	
	
	#btn
	{
	display: inline;
	width:250px;
	float:left;
	margin:-40px 0px 0px 420px;
	position:absolute;
	z-index:120;
	border: none;
border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
	}
	#btn a
	{
	color:#CCC;
	float:left;
	width:8px;
	height:8px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	margin-left:5px;
	background-color: #CCC;
	background-repeat: no-repeat;
	border: 0px solid #999;
	font-family: "Arial";
	font-size: 11px;
	font-weight: 700;
	border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
padding: 8px 8px;
	}
	#btn a.activeSlide
	{
	color:#666;
	background-color: #666;
	background-repeat: no-repeat;
	border: 0px solid #FFF;
	border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
padding: 8px 8px;
	}
	#btn a:hover
	{
	color:#333333;
	background-color: #333333;
	background-repeat: no-repeat;
	border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
padding: 8px 8px;
	}

/*--start--*/
