ol,ul,li { list-style:none; }
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

#box{
	position: relative;
	width: 470px;
	height: 270px;
}
.bigUl li {
	position: absolute;
	left: 0px;
	top: -10px;
}
.numberUl { position:absolute; right:0; bottom:3px; z-index:400}
.numberUl li{width:24px; height:13px;  float:left; background:#3b5998; opacity:0.7; margin-left:1px;}
.numberUl li a{ display:block ;width:24px; height:13px; color:#fff; font-size:12px; text-align:center; line-height:13px;}
#box .textUl li{
	position: absolute;
	left: 0px;
	bottom: -5px;
	display: none;
}
#box .textUl li a{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	font-weight: bold;
}
.numberUl li.night a{ background:yellow; color:black; }
