@charset "utf-8";
/* CSS Document */
/*首页广告播放样式 */
.container { width:400px; height:250px; overflow:hidden; position:relative;}
.slider {position:absolute;left:0px; top:0px; width:2000px;zoom:1;}/**5张图片，每张图片长度400px(5X400)***/
.slider li {float:left;list-style:none; display:inline; }
.slider img { width:400px; height:250px; display:block;border:0px;}
.num { position:absolute; right:5px; bottom:0px; *bottom:3px;
}
.num li {
	float: left; color: #fff; text-align: center; line-height: 16px; width: 16px; height: 16px; font-family: Arial; font-size: 12px; 
	cursor: pointer; overflow: hidden; margin: 3px 1px; border: 1px solid #666; background-color: #666; 
	filter:alpha(opacity=70);/*IE*/ -moz-opacity:0.7;/*FF*/ opacity: 0.7;/*all broswer*/
}
.num li.on {
	color: #fff; line-height: 21px; width: 21px; height: 21px; font-size: 16px; 
	margin: 0 1px; border: 0; background-color: #a31022; font-weight: bold;
}