$(function() {
   $('#main_contents').cycle({
	 fx: 'scrollLeft',
	delay: 0,
	speed: 1000,
	timeout: 6000
	});
});


