$(document).ready(function() {
$('#showstage').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 8000, 
    next:   '#next', 
    prev:   '#previous' 
});
});