@charset "utf-8";
/* CSS Document */



#slider{overflow:hidden;width:350px;height:300px;position:relative;}
#slider .pics{width:350px;height:260px}
#slider .pics li{height:300px;width:350px;float:left}
#slider #navNan {position:absolute;bottom:50px;right:10px;}
#slider #navNan li.navNan{
	background:#FD0101;
	color:#fff;
}
#slider #navNan li{
	border:1px solid #FD0101;
	color:#FD0101;
	cursor:pointer;
	background:#fff;
	font-size:12px;
	height:15px;
	width:15px;
	float:left;
	margin-left:4px;
	display:inline;
	text-align:center
}
