$(function(){
	
	$('#bigCitiesLists').cycle({
		fx: 'fade',
		timeout: 5000,
		pause: 1,
    	pauseOnPagerHover: 1
	});
	
});
