.slider {
    float: right;
    position: relative;
}
.servicos .nivoSlider {
    position:relative;
    background:#fff url(loading.gif) no-repeat 50% 50%;
}
.servicos img, 
.servicos .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.servicos .nivoSlider a {
    border:0;
    display:block;
}

.servicos .nivo-controlNav {   
    z-index: 999;
    position: relative;
    text-align: center;
}
.servicos .nivo-controlNav a {
    display: inline-block;
    position: relative;
    width:16px;
    height:16px;
    margin-left: 5px;
    margin-right: 5px;
    background:url(bullets.png) no-repeat top left;
    text-indent:-9999px;
    border:0;
}
.servicos .nivo-controlNav a.active {
    background-position:bottom left;
}

.servicos .nivo-directionNav a {
    display:block;
    width:19px;
    height:19px;
    background:url(arrows_servicos.png) no-repeat;
    text-indent:-9999px;
    border:0;
    /*opacity: 0;*/
}
/*.servicos:hover .nivo-directionNav a { opacity: 1; }*/
.servicos a.nivo-nextNav {
    background-position:bottom left;
    top: 160px;
    right:30px;
    display: none;
}
.servicos a.nivo-nextNav:hover {
    background-position:bottom right;
}
.servicos a.nivo-prevNav {
    top: 160px;
    left: 30px;
    z-index: 999;
    display: none;
}
.servicos a.nivo-prevNav:hover {
    background-position:top right;
}

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

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