
#box { height:500px; position:relative; width:100%; overflow:hidden;}
#box ul { margin:0; padding-left:0; position:relative; top:0; left:0; height:500px; z-index:1; }
#box ul li { list-style:none; float:left; }
#box p { line-height:30px; position:absolute; bottom:20px; left:0; width:100%; z-index:2; text-align: center; margin:0;}
#box p a { display:inline-block; width: 40px; height:15px; padding:0 10px; background:#01a279; font-size:12px; font-family:arial; line-height:15px; color:#fff; text-decoration:none; filter:alpha(opacity:80); opacity:0.8; margin-right:3px; text-align: center}
#box p .active { background:#7ebcac; color:#01a279; font-weight:bold; }
#box img { height:500px; }
