$(function() {   

	$('.banner_home_page_top').cycle({
							  
		fx:    'fade',
		pager:  '#paging'

		
	});
	
});







