.animation {
    position: relative;
    width:809px;
    height:460px;
    float:left;
}
/* ANIMATION SLIDE */
.animation .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width:809px;
    height: 640px;
    overflow: auto;
     
}
.animation .wrapper ul {
    width: 99999px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
     
}
.animation ul li {
    display: block;
    float: left;
    padding: 0;
    height:460px;
    width:809px;
    margin: 0;
     
}
.animation .arrow {
    display: block;
    height: 200px;
    width: 67px;
    background: url(../images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 65px;
    cursor: pointer;
     
}
.animation .forward {
    display: none;
     
}
.animation .back {
    display: none;
     
}
.animation .forward:hover {
    background-position: 0 -200px;
     
}
.animation .back:hover {
    background-position: -67px -200px;
     
}
#thumbNav {
    position: absolute;
    bottom:10px;
    right:10px;
    text-align: right;
     
}
#thumbNav a {
    float: left;
    background:url(../images/static/img-animation-numero-off.png);
    text-align: center;
    text-decoration: none;
    display:block;
    width: 37px;
    height:16px;
    padding-top: 14px;
    margin-right: 5px;
    color: #808080;
     
}
#thumbNav a:hover {
    background:url(../images/static/img-animation-numero-on.png);
     
}
#thumbNav a.cur {
    background:url(../images/static/img-animation-numero-on.png);
    color: white;
     
}
.animation .wrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
     
}
.animation .wrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
     
}
/* ANIMATION FADE */
.animation #nav {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
     
}
.animation #nav a {
    float: left;
    background:url(../images/static/img-animation-numero-off.png);
    text-align: center;
    text-decoration: none;
    display:block;
    width: 37px;
    height:16px;
    padding-top: 14px;
    margin-right: 5px;
    color: #808080;
     
}
.animation #nav a.activeSlide {
    background:url(../images/static/img-animation-numero-on.png);
     
}
.animation #nav a:focus {
    outline: none;
     
}
