$(document).ready( function(){ 
 
 $('.bildspel').innerfade({ 
	animationtype:'fade',  
	speed: 'slow',
	timeout: 4000, 
	type: 'random', 
	containerheight: '205px'
	}); 
}); 
	  
	  

