// JavaScript Document

$.fn.cycle.defaults.timeout = 6000;
$(function() {
    // run the code in the markup!

$('#controleMostraPagina_ctl00_servicos').cycle({ 
    fx:     'scrollHorz', 
    speed:  'fast', 
    timeout: 10000, 
    next:   '#proximo', 
    prev:   '#anterior' 
});

});