//BANNERS

jQuery(function( $ ){
	$(document).ready( function(){ 
		$('.banners').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 4000,
			type: 'random',
			containerheight: '230px' 
		});
	}); 
});