$(document).ready( function(){ 
	$('#sliderBanner').innerfade({ 
		speed: 1500, 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '294px' 
	});
});
