/*首页图片滚动*/
.scroll
{
	width:979px; height:385px;
}
#bar{width:979px; height:385px; overflow:hidden;}
		#bar table{width:979px; height:385px;}
		#bar td{width:228px; height:230px;}
		.num{position:absolute; right:5px; bottom:5px;}
		.num li{float: left;list-style:none;color: #808B9C;text-align: center;line-height: 16px;width: 16px;height: 16px;font-family: Arial;font-size: 10px;cursor: pointer;margin: 0px;border: 1px solid #C2C4BD;background-color:#E8E8E8;}
		.num li.on{line-height: 16px;width: 16px;height: 16px; color:#fff; font-size: 12px;border: 0;background:# #999999; border:solid 1px #666; font-weight: bold;}