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