.slider {
    float: left;
    position: relative;
    width: 100%;
}

.slider .sombra_top{
    position: absolute;
    width: 664px;
    height: 7px;
    top: 0;
    left: 0;
    background:transparent url(sombra_top.png) no-repeat top left;
    z-index: 20;
}

.slider .sombra_bottom{
    position: absolute;
    width: 664px;
    height: 7px;
    top: 213px;
    left: 0;
    background:transparent url(sombra_bottom.png) no-repeat top left;
    z-index: 20;
}

.amo .nivoSlider {
    position:relative;
    width: 600px;
    height: 220px;
    margin-left: 27px;
    background:#fff url(loading.gif) no-repeat 50% 50%;
}
.amo img, 
.amo .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.amo .nivoSlider a {
    border:0;
    display:block;
}

.amo .nivo-controlNav {
    text-align: center;
    width: 16px;
    position: absolute;
    top: 35px;
    right: 0;
}
.amo .nivo-controlNav a {
    float: left;
    position: relative;
    width:16px;
    height:16px;
    background:url(bullets.png) no-repeat top left;
    text-indent:-9999px;
    border:0;
    margin-bottom: 10px;
}
.amo .nivo-controlNav a.active {
    background-position:bottom left;
}

.amo .nivo-directionNav a {
    display:block;
    width:20px;
    height:20px;
    background:url(arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    /*opacity: 0;*/
}
/*.amo:hover .nivo-directionNav a { opacity: 1; }*/
.amo a.nivo-nextNav {
    background-position:bottom left;
    top: 190px;
    right:-29px;
}
.amo a.nivo-nextNav:hover {
    background-position:bottom right;
}
.amo a.nivo-prevNav {
    top: 10px;
    left: 609px;
    z-index: 999;
}
.amo a.nivo-prevNav:hover {
    background-position:top right;
}

.amo .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.amo .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.amo .nivo-caption a:hover {
    color:#fff;
}

.amo .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.amo .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.amo .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}