$(document).ready(
	function(){	
		$('.border-container a').innerfade({
			speed: 3000,
			timeout: 9000,
			type: 'sequence',
			containerheight: '225px'
		});
});