$j=jQuery.noConflict();
$j(document).ready(function() {
		$j('ul#banners').innerfade({
		speed:1000,
		timeout: 10000,
		type: 'sequence',
		containerheight: '260px'
	});
});

