
#box{ position:relative; width:500px; height:380px; border:0px solid #f2f2f2; margin:0px auto;}
#box .bigUl{width:500px; height:350px;}
#box .prev{ position:absolute; width:40px; height:60px; background:url(../js4/3.png) -44px -63px no-repeat; z-index:500; top:150px; left:0px; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
#box .next{ position:absolute; width:40px; height:60px; background:url(../js4/3.png) -74px -63px no-repeat; z-index:500; top:150px; right:0px; opacity:0; filter:alpha(opacity=0);cursor:pointer;}
.bigUl li { position:absolute;}
.numberUl { position:absolute; right:10; bottom:40px; z-index:400}
.numberUl li{width:24px; height:13px;  float:left; background:#3b5998; opacity:0.7; margin-left:10px;}
.numberUl li a{ display:block ;width:24px; height:13px; color:#fff; font-size:12px; text-align:center; line-height:13px;}
.numberUl li.night a{ background:yellow; color:black; }

#box .textUl li{ width:500px; height:30px;position:absolute;color:#fff; left:0px; bottom:0px; display:none;background:#3b5998;text-align:center;line-height:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
#box .textUl li a{ font-size:16px; color:#fff; font-weight:bold;}
