<!-- CONTROLS FOR FADER -->
$(document).ready(
	function(){				
		$('#block_feature ul').innerfade({
			speed: 4000,
			timeout: 9000,
			type: 'sequence',
			containerheight: '500px'
		});
});

