

$(document).ready(function(){
	$('.shuffle').cycle({
		fx:      'scrollLeft',
		delay:  -8000,
		timeout: 8000,
		easing:  'easeInOutBack'
	});
	
	/*$('.tx-tbumssortiment-pi1-listrowField-image IMG').tooltip({
		delay: 0
	});*/
});