//cursor

marqueeInit({
	uniqueid: 'animation',
	style: {
		'padding': '5px',
		'width': '800px',
		'width':'794px',
		'height':'101px',
		'background': 'none',
		'margin':'-20px 0 0 220px',
		'border':'none'
	},
	inc: 3, //speed - 
	mouse: 'cursor driven', 
	moveatleast: 2,
	neutral: 150,
	savedirection: true
});


