
// animationtype slide oder fade
	   $(document).ready(
				function(){				
					$('div.wechsel').innerfade({
						animationtype: 'fade',
						speed: 3000,
						timeout: 8000,
						type: 'sequence',
						containerheight: '108px'
					});
					
					$('div.wechseln').innerfade({
						animationtype: 'fade',
						speed: 2400,
						timeout: 4000,
						type: 'sequence',
						containerheight: '108px'
					});
					
						
			});
  	


