/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

#box{ position:relative; width:361px; height:256px;}
#box .bigUl{ width:361px; height:256px;}
#box .bigUl img{ width:361px; height:256px;}

.bigUl li { position:absolute;}
.numberUl {
	position: absolute;
	right: 1px;
	bottom: 1px;
	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: 3px;
	bottom: -39px;
	display: none;
	width: 358px;
	height: 42px;
	line-height: 42px;
	overflow: hidden
}
#box .textUl li a{ font-size:14px; font-family:"Microsoft Yahei"; color:#fff; text-decoration:underline }
.numberUl li.night a{ background:yellow; color:black; }
