  $(window).load(
    function() {
$('.slider .tsi_bannerslot').cycle({ 
    fx:     'scrollHorz', 
    speed:  'slow', 
    timeout: 5000, 
    next:   '#next a', 
    prev:   '#prev a' 
});
});

