div.animation {
    height:460px;
    background:#ededed;
}
div.animation div#s4 {
    position:relative;
    overflow:hidden;
}
div.animation table.scroll {
    position:relative;
}
div.animation div.nav {
    width:795px;
    float:left;
    height:50px;
    position:absolute;
    margin-top:-45px;
}
div.animation div.nav a {
    width:22px;
    height:18px;
    float:right;
    margin:2px;
    padding:12px 0 0 15px;
    color:#808080;
    font-weight:bold;
    text-decoration:none;
}
div.animation div.nav a.off {
    background:url(../images/static/img-animation-numero-off.png) no-repeat top left;
}
div.animation div.nav a.on {
    color:#FFF;
    background:url(../images/static/img-animation-numero-on.png) no-repeat top left;
}

