// Extendedweb

$(document).ready( function(){ 
 
 $('.bildspel').innerfade({ 
	animationtype:'fade',  
	speed: 1000,
	timeout: 4000, 
	type: 'sequence', 
	containerheight: '195px'
	}); 
}); 
	  
