jQuery.noConflict();
jQuery(document).ready(function(){
	//jQuery('.tx-mlimagerotator-pi1').css({'overflow':'show'});
	jQuery('.tx-mlimagerotator-pi1').hide();
	jQuery('.tx-mlimagerotator-pi1').innerfade({
		animationtype: 'fade',
		speed: 3000,
		timeout: 7000,
		type: 'sequence',
		containerheight: '214px',
		runningclass: 'innerfade'
	});
	jQuery('.tx-mlimagerotator-pi1').show();
});