$(function() {
    $('#oferte_items').cycle({
        fx: 'fade',
        speed: 500,
        timeout: 6000,
        sync: false,
        pager: '#oferte_belly_pager',
		/*
		pagerAnchorBuilder: function(idx, slide) { 
        return '<a href=""><img src="' + slide.src + '" width="49" height="20" alt="" /></a>'; 
    	} */
		before: function () {
            $('#oferte_belly_content').html($('#'+this.id+'-content').html());
        }
    });
});
