$(function(){
		   
	$('#top_img').cycle({ 
		fx: 'scrollHorz',
		easing: 'linear',
		speed: 500,
		timeout: 5000,
		delay:  1000,
		pager:  '#top_comment div'
	});
});
