$(document).ready( function() {
  $('.karusell').cycle({ 
  	fx: 		'fade', 
  	speed: 		2000, 
  	timeout: 	7000,
 	random:   	1,
  });
});

