$(document).ready(function()
{
    $('div#container-prezentare').cycle({
        fx:     'fade', 
        speed:  'slow', 
        timeout: 5000, 
        next:   'a#inainte', 
        prev:   'a#inapoi',
        pause:   1
    });
});

