}#container ol li{
list-style:none;
float:left;
height:20px;
width:20px;
background-color:#F9C;
margin-left:10px;
text-align:center;
cursor:pointer;
border:1px solid #F06;
}
#container ol {
position:absolute;
bottom:15px;
right:20px;
z-index:500;
}
#container ol .active{
background-color:#C09;
}
<script>
window.onload=function()
{
var odiv=document.getElementById('container');
var abtn=odiv.getElementsByTagName('ol')[0].getElementsByTagName('li');
var oul=odiv.getElementsByTagName('ul')[0];
var now=0;