$(document).ready( function(){
	
	$('.banners_catalog').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence',
		containerheight: '180px' 
	}); 

	}); 
