@charset "utf-8";
/* CSS Document */

img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#banner1{
	width:1440px;margin:0 auto;
}
#banner{	
	width:1440px;
	margin:0 auto;

}

#YSlide{
	position:relative;
	z-index:1;
	/*padding-top:10px;*/
	/*float:left;*/
	/*overflow:hidden;*/
}
.YSample{	
	/*overflow:hidden;*/
}

#YSIndex{
	position:absolute;
	z-index:2;
	margin-left:630px;
	top:505px;
	text-align:right;
	height:30px;
	line-height:30px;
	/*overflow:hidden;*/
}
/*#YSIndex a{
	width:20px;
	height:19px;
	line-height:20px;
	text-align:center;
	display:block;
	float:left;
	background:url(../images/ico-2.gif) no-repeat;
	color:#000;
}*/
#YSIndex a{width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#ccc}
#YSIndex a:link,#YSIndex a:visited,#YSIndex a:hover{
	position:relative;
	z-index:6;
	color:#000;
	margin-right:5px;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
#YSIndex a:hover,#YSIndex a.current:link,#YSIndex a.current:visited,#YSIndex a.current:hover{
	/*background:url(../images/ico-3.gif) no-repeat;
	color:#fff;*/
	background:#000
}

