$(document).ready(function(){
	
	$('.ban_show').innerfade({ 
		animationtype: 'slide',
		speed: 'slow',
		timeout: '5000',
		containerheight: '169px',
		runningclass: 'innerfade',
		children: null
	}); 
});
