$(document).ready(function() {
	$('#xtras ul').cycle({
		fx:			'scrollRight',
		delay: 		-2000,
		easing:		'easeOutQuint',
		speed:		1500,
		timeout:	15000,
		cleartype:	1
	});
});
