/* 全局定义 */
.container,.container a img{
    width:1000px;
    height:255px;
}
.container img{border:none;}
.td_f a img{margin:0px;padding:0px;}
.num{float:right;left:900px;position:absolute;top:220px;width:90px;}
.num li{
	float:left;
	list-style:none;
	color: #86A2B8;
	text-align: center;
	line-height: 15px;
	width: 15px;
	height: 15px;	
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	background:url(../pictures/flashbutton.gif) no-repeat -15px 0px;
	
}
.num li.on{
	line-height: 15px;
	width: 15px;
	height: 15px;	
	color:#FFFFFF;
	background:url(../pictures/flashbutton.gif) no-repeat;

}

