jQuery(document).ready(function() {
	$('#games_scroll').serialScroll({
		items: 'li',
		force: true,
		stop: true,
		cycle: true,
		easing: 'linear',
		constant: true,
		duration: 2000,
		interval: 1,
		step: 1
	});
	/*$('#games_scroll').hover(
		function(){
			$(this).stop().trigger('stop');
		},
		function(){
			$(this).stop().trigger('start');
	});*/
});

