@charset "utf-8";
/* CSS Document */



#slider{overflow:hidden;width:490px;height:400px;position:relative;}
#slider .pics{width:490px;height:400px}
#slider .pics li{height:400px;width:490px;float:left}
#slider #navNan {position:absolute;bottom:60px;right:10px;}
#slider #navNan li.navNan{
	background:#FBA329;
	color:#fff;
}
#slider #navNan li{

	border-radius: 25px;
	color:#FBA329;
	cursor:pointer;
	background:#eee;
	    font-size: 12px;
    line-height: 1.2em;
	height:15px;
	width:15px;
	float:left;
	margin-left:4px;
	display:inline;
	text-align:center
}
