$(function() {
	$('#slideNew').cycle({
		fx:      'scrollHorz',
		speed:    300,
		timeout:  2500,
		pager : "#pagerNews"
	});
});