$(function(){$('#banner_container').cycle({pause:1,fx:'fade',timeout:5000,pager:'#banner_navegacao',
			timeoutFn: (function(currElement, nextElement, opts, isForward){
				if($(nextElement).attr('timeout')>0)
					return $(nextElement).attr('timeout');
				else
					return opts.timeout;
			}),pagerEvent:'click'});});

