.cycle{
    height:210px;
    width:310px;
    float:left;
    overflow:hidden;
}

#navslide{
    height:12px;
    float:right;
    margin:-18px 5px 0 0;
    z-index:10;
    position:relative
}

#navslide a{
    margin: 0 3px;
    width:25px;
    height:15px;
    line-height:15px;
    text-align:center;
    background: '{cor_cycle_botao}' url('{url_imagens}botao-cycle.png')  no-repeat;
    font-size:10px ;
    text-decoration: none ;
    color:#000;
    display: block;
    float: left;
    border-radius:3px;
}

#navslide a.activeSlide,
#navslide a:hover {
    background-color: '{cor_cycle_botao_hover}';
    color:#fff;
}
