$(document).ready(function() {
	$('#imcycle').cycle({
		fx: 'scrollLeft',
		timeout: 10000 
	});
});
