$(document).ready(function() {	
	//Img Top
		$('.img_new_top') 
			.cycle({ 
			fx:     'fade', 
			speed:  'slow', 
			timeout: 4500
		});
});
