$(document).ready( function(){ 
	$('.bLeft').innerfade({ 
	delay: 1000,
	speed: 2000, 
	timeout: 7000, 
	type: 'sequence',
	containerheight:  '214px' 
	}); 
	});
  
  

